mirror of
https://github.com/python/cpython.git
synced 2026-08-11 15:31:20 +08:00
Somehow we ended up with two separate counter variables tracking "the next function version". Most likely this was a historical accident where an old branch was updated incorrectly. This PR merges the two counters into a single one: `interp->func_state.next_version`.
Miscellaneous source files for the main Python shared library