mirror of
https://github.com/python/cpython.git
synced 2026-06-24 03:53:12 -04:00
7e1f38f2de
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`.
Source files for various builtin objects