]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148907: fix performance regression in `PyType_GetModuleByDef` on free-threading...
authorKumar Aditya <kumaraditya@python.org>
Thu, 23 Apr 2026 11:12:57 +0000 (16:42 +0530)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 11:12:57 +0000 (16:42 +0530)
commit29917d51ab41df9a00f1bb35fa9d3e1392ac48e8
treec971f892f813f9913a68423cea72df5e54c3a21e
parentab41a347ebc7e6c3e3f5795c4a24545bfbf92a6e
gh-148907: fix performance regression in `PyType_GetModuleByDef` on free-threading (#148908)
Objects/typeobject.c