]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-113462: Limit the number of versions that a single class can use. (GH-114900)
authorMark Shannon <mark@hotpy.org>
Mon, 5 Feb 2024 16:20:54 +0000 (16:20 +0000)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2024 16:20:54 +0000 (16:20 +0000)
commit992446dd5bd3fff92ea0f8064fb19eebfe105cef
tree95df0aa7212a7773c1345c264c8a15972877e25b
parent87cd20a567aca56369010689e22a524bc1f1ac03
GH-113462: Limit the number of versions that a single class can use. (GH-114900)
Include/cpython/object.h
Lib/test/test_type_cache.py
Misc/NEWS.d/next/Core and Builtins/2024-02-02-05-27-48.gh-issue-113462.VMml8q.rst [new file with mode: 0644]
Objects/typeobject.c