]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) ...
authorPetr Viktorin <encukou@gmail.com>
Fri, 11 Feb 2022 11:25:25 +0000 (12:25 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Feb 2022 11:25:25 +0000 (12:25 +0100)
commit8b8673fe940c4ebc4512bff5af180b66def3d1ae
tree97ea957663ed8fe28fe0bc9a35b37ff134cb6e70
parent1124ab6d1d15dc5058e03b63fd1d95e6f1009cc3
[3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) (GH-31262)

(cherry picked from commit 0ef08530124c5ca13a9394f4ac18bee8e6c66409)
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