Browse Source
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
Automerge-Triggered-By: GH:encukoupull/31080/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 74 additions and 9 deletions
-
16Lib/test/test_capi.py
-
2Misc/NEWS.d/next/C API/2022-01-19-16-51-54.bpo-46433.Er9ApS.rst
-
24Modules/_testmultiphase.c
-
32Modules/clinic/_testmultiphase.c.h
-
9Objects/typeobject.c
@ -0,0 +1,2 @@ |
|||
The internal function _PyType_GetModuleByDef now correctly handles |
|||
inheritance patterns involving static types. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue