benfred / py-spy

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

Support free-threaded python 3.13+ #711

Open benfred opened 1 month ago

benfred commented 1 month ago

Python 3.13 adds the ability to have a free-threaded python interpreter - which doesn't have a GIL.

py-spy doesn't currently work against free-threaded python interpreters, because: