mirror of
https://github.com/python/cpython.git
synced 2026-06-24 03:53:12 -04:00
40f4d641a9
We were under-counting calls in `_PyEvalFramePushAndInit` because the `CALL_STAT_INC` macro was redefined to a no-op for the Tier 2 interpreter. The fix is not to `#undef` it at all. This results in ~37% more "Frames pushed" reported under "Call stats".
Miscellaneous source files for the main Python shared library