benfred / py-spy

Sampling profiler for Python programs
MIT License
12.89k stars 431 forks source link

Support facebook's cinder.3.8 Python fork #631

Closed andrewjcg closed 1 year ago

andrewjcg commented 1 year 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).