]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-120731. ...
authorMark Shannon <mark@hotpy.org>
Thu, 20 Jun 2024 14:09:32 +0000 (15:09 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2024 14:09:32 +0000 (15:09 +0100)
commitb8fd80f91b980598cb378dba224cdb595b132fb4
tree0a6ad47a84ca82f94cefeb2a8a5f4d5edb654458
parentd0a5e40f01c9e05100fb2548613805653fb71864
[3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-120731. (#120748)

* 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/_testcapimodule.c
Modules/pyexpat.c
Objects/typeobject.c