]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947)
authorPetr Viktorin <encukou@gmail.com>
Fri, 13 Sep 2024 11:18:49 +0000 (13:18 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 11:18:49 +0000 (13:18 +0200)
commit432bf31327c6b9647acb8bdb0eac2d392fd9f60a
treedf69d73f4e958d5bb84b7d032ae4c37a42e87d58
parentd7e83398c188a0acd19a496ee2eeeeab52d64a11
gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947)
Doc/c-api/type.rst
Lib/test/test_capi/test_misc.py
Misc/NEWS.d/next/C_API/2024-09-10-16-54-27.gh-issue-123909.CTGxDR.rst [new file with mode: 0644]
Objects/typeobject.c