SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72156 0 78 Python

GH-118036: Fix a bug with CALL_STAT_INC (#117933)

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".
G
Guido van Rossum committed
40f4d641a93b1cba89be4bc7b26cdb481e0450d5
Parent: 81a926b
Committed by GitHub <noreply@github.com> on 4/18/2024, 2:59:02 PM