]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 9 Mar 2023 01:04:16 +0000 (18:04 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Mar 2023 01:04:16 +0000 (18:04 -0700)
commit5e5acd291f4387876afc641163e9f8ae5c65086c
treeb1ae91adf3e2ea87b110c6f1d95b265c084d7201
parent66ff374d4f353ae427c148d2a1d141d223303a82
gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)

https://github.com/python/cpython/issues/100227
Include/internal/pycore_dict.h
Include/internal/pycore_dict_state.h
Include/internal/pycore_runtime_init.h
Objects/dictobject.c
Python/specialize.c