]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151912: Fix segfault in `type()` with NULL `tp_new` metaclasses (#151916)
authorSanthosh .I 🦇 <santhoshilaiyaraja2006@gmail.com>
Tue, 14 Jul 2026 16:19:03 +0000 (21:49 +0530)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 16:19:03 +0000 (21:49 +0530)
commitf160f16373f9ea3f636bc5cd6fb4be7e150bb27f
treebe41bc85307abffaa5facbf9eba54f38e6bcd9a2
parenta78589851b3883a061b8fa9f5fdabafb6036fd63
gh-151912: Fix segfault in `type()` with NULL `tp_new` metaclasses (#151916)
Lib/test/test_descr.py
Misc/NEWS.d/next/Core_and_Builtins/2026-06-22-14-48-22.gh-issue-151912.YcxfnU.rst [new file with mode: 0644]
Objects/typeobject.c