]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 8 Mar 2023 22:56:36 +0000 (15:56 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 22:56:36 +0000 (15:56 -0700)
commit66ff374d4f353ae427c148d2a1d141d223303a82
treefc06c37106b1ad716e163b7ea14c6d8c175b1d4f
parentcbb0aa71d040022db61390380b8aebc7c04f3275
gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)

https://github.com/python/cpython/issues/100227
Include/internal/pycore_function.h
Include/internal/pycore_interp.h
Include/internal/pycore_runtime.h
Include/internal/pycore_runtime_init.h
Objects/funcobject.c