]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 5 Aug 2022 01:26:59 +0000 (19:26 -0600)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2022 01:26:59 +0000 (19:26 -0600)
commit87154d8dd890af0e847e91b06c71c741c08510d0
treef85b1735e571bc110d0dac921ef0501c2daaefa0
parente1182bc3776ea7cfdd3f82d5ba4fdfee40ae57ee
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
Doc/c-api/typeobj.rst
Doc/whatsnew/3.12.rst
Include/cpython/object.h
Include/internal/pycore_object.h
Include/internal/pycore_typeobject.h
Lib/test/test_sys.py
Objects/structseq.c
Objects/typeobject.c