mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00: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