]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
authorPetr Viktorin <encukou@gmail.com>
Wed, 2 Feb 2022 15:57:51 +0000 (16:57 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Feb 2022 15:57:51 +0000 (07:57 -0800)
commit0ef08530124c5ca13a9394f4ac18bee8e6c66409
treeddb496b55243ef3f207bb6fdc744fe84d517196e
parent0d05da1fbf39f32d2c22a1f3702f40f916997b60
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)

Automerge-Triggered-By: GH:encukou
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2022-01-19-16-51-54.bpo-46433.Er9ApS.rst [new file with mode: 0644]
Modules/_testmultiphase.c
Modules/clinic/_testmultiphase.c.h
Objects/typeobject.c