peadar / pstack

Print stack traces from running processes, or core files. Supports aarch64, x86_64, and i386
BSD 2-Clause "Simplified" License
128 stars 30 forks source link

Update pstack for python3.8 support #17

Closed markmcclain closed 2 years ago

markmcclain commented 2 years ago

internal/pycore_pystate.h first appeared in python3.8. Also Fedora ships pycore_gil.h in two places.

Include search path is reordered to workaround upstream packaging quirk. The 3.8 version of debug does not pycore_condvar.h in the same dir only in the main interpreter include dir.