sumerc / yappi

Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.
MIT License
1.44k stars 72 forks source link

Use `PyEval_GetLocals` for getting locals in Python `3.10` and up #100

Closed sumerc closed 2 years ago

sumerc commented 2 years ago

PyFrame_FastToLocals is public but an undocumented function and gives unpexpected results in 3.10 and up.

Fixes #97