mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
There are now at least two bytecodes that may attempt to optimize, JUMP_BACK, and more recently, COLD_EXIT. Only the JUMP_BACK was counting the attempt in the stats. This moves that counter to uop_optimize itself so it should always happen no matter where it is called from.
Miscellaneous source files for the main Python shared library