]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
authorSam Gross <colesbury@gmail.com>
Tue, 1 Oct 2024 16:39:56 +0000 (12:39 -0400)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2024 16:39:56 +0000 (12:39 -0400)
commit5aa91c56bf14c38b4c7f5ccaaa3cd24fe3fb0f04
tree60b3e8d6790d7e54c3f507dc5ddb16ac548b076a
parent60ff67d010078eca15a74b1429caf779ac4f9c74
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
13 files changed:
Include/cpython/dictobject.h
Include/internal/pycore_dict.h
Include/internal/pycore_dict_state.h
Lib/test/test_dict_version.py [deleted file]
Lib/test/test_free_threading/test_dict.py
Misc/NEWS.d/next/C_API/2024-09-24-20-34-21.gh-issue-124296.S4QoS1.rst [new file with mode: 0644]
Modules/_testcapi/dict.c
Modules/_testcapimodule.c
Objects/dictobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_analysis.c