Support free-threaded python 3.13+ · Issue #711 · benfred/py-spy
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: PyObject layout...