benfred / py-spy

Sampling profiler for Python programs
MIT License
12.13k stars 401 forks source link

Support facebook's cinder.3.8 Python fork #631

Closed andrewjcg closed 7 months ago

andrewjcg commented 7 months ago

Facebook's cinder.3.8 Python fork uses a different offset for the current tstate. Use the buildmetadata to detect and special case this (https://github.com/facebookincubator/cinder/blob/cinder/3.8/Include/patchlevel.h#L26).