]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-119462: Enforce invariants of type versioning (GH-120731)
authorMark Shannon <mark@hotpy.org>
Wed, 19 Jun 2024 16:38:45 +0000 (17:38 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2024 16:38:45 +0000 (17:38 +0100)
commit00257c746c447a2e026b5a2a618f0e033fb90111
tree7e30b04574aa0886d5bba242d4002840e2ad9e32
parentf385d99f57773e48285e0bcdbcd66dcbfdc647b3
GH-119462: Enforce invariants of type versioning (GH-120731)

* Remove uses of Py_TPFLAGS_VALID_VERSION_TAG
Doc/c-api/typeobj.rst
Include/object.h
Lib/test/test_type_cache.py
Misc/NEWS.d/next/Core and Builtins/2024-06-19-11-10-50.gh-issue-119462.DpcqSe.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Modules/pyexpat.c
Objects/typeobject.c