SIGN IN SIGN UP

gh-116916: Remove separate next_func_version counter (#116918)

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`.
G
Guido van Rossum committed
7e1f38f2de8f93de362433203faa5605a0c47f0e
Parent: 76d0868
Committed by GitHub <noreply@github.com> on 3/18/2024, 6:11:10 PM