]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117578: Introduce _PyType_GetModuleByDef2 private function (GH-117661)
authorneonene <53406459+neonene@users.noreply.github.com>
Thu, 25 Apr 2024 11:51:31 +0000 (20:51 +0900)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 11:51:31 +0000 (13:51 +0200)
commit2c451489122d539080c8d674b391dedc1dedcb53
treea6269c4a7a3c07ca982ef8f0d8fd586f39df3424
parentf180b31e7629d36265fa36f1560365358b4fd47c
gh-117578: Introduce _PyType_GetModuleByDef2 private function (GH-117661)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Include/internal/pycore_typeobject.h
Modules/_decimal/_decimal.c
Objects/typeobject.c