]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045)
authorPeter Lazorchak <lazorchakp@gmail.com>
Tue, 6 Feb 2024 13:58:30 +0000 (05:58 -0800)
committerGitHub <noreply@github.com>
Tue, 6 Feb 2024 13:58:30 +0000 (21:58 +0800)
commita11312456d05a06feed00ee9e530e50fcadb7011
tree80c7f99f90e503de19a2779f2b16569964437b0f
parent2e99ba9e90ba636dac9ad955ca1d9d67fc72b841
[3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045)

* gh-89811: Check for valid tp_version_tag in specializer (GH-113558)

* gh-113937 Fix failures in type cache tests due to re-running (GH-113953)

* Update backported code for 3.11 specifically
Lib/test/test_type_cache.py
Misc/NEWS.d/next/Core and Builtins/2024-01-03-12-19-37.gh-issue-89811.cZOj6d.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Python/specialize.c