]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)
authorPetr Viktorin <encukou@gmail.com>
Mon, 12 Jun 2023 15:45:49 +0000 (17:45 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 15:45:49 +0000 (17:45 +0200)
commit2b90796be6959d5ef46b38c434a514fce25be971
tree6b4f0c83e850c385c50b9ba79cd4522ac76a5350
parent58f0bda34126ed790000451874b96140737f40ed
gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)
Doc/c-api/type.rst
Lib/test/test_capi/test_misc.py
Misc/NEWS.d/next/C API/2023-06-06-14-14-41.gh-issue-103968.BTO6II.rst [new file with mode: 0644]
Modules/_testcapi/heaptype.c
Objects/typeobject.c