-
- Downloads
GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604)
* Add test for inheriting explicit __dict__ and weakref. * Restore 3.10 behavior for multiple inheritance of C extension classes that store their dictionary at the end of the struct.
Showing
- Lib/test/test_capi.py 19 additions, 0 deletionsLib/test/test_capi.py
- Misc/NEWS.d/next/C API/2022-08-03-14-39-08.gh-issue-92678.ozFTEx.rst 2 additions, 0 deletions.../next/C API/2022-08-03-14-39-08.gh-issue-92678.ozFTEx.rst
- Modules/_testcapimodule.c 28 additions, 0 deletionsModules/_testcapimodule.c
- Objects/typeobject.c 16 additions, 3 deletionsObjects/typeobject.c
Loading
Please register or sign in to comment