cpython/Modules/_testcapi
Mark Shannon 906e450932
GH-92678: Fix tp_dictoffset inheritance. (GH-95596)
* 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.
2022-08-03 18:56:24 +01:00
..
heaptype.c GH-92678: Fix tp_dictoffset inheritance. (GH-95596) 2022-08-03 18:56:24 +01:00
parts.h gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386) 2022-08-01 15:04:14 +02:00
README.txt
vectorcall.c

Tests in this directory are compiled into the _testcapi extension.
The main file for the extension is Modules/_testcapimodule.c, which
calls `_PyTestCapi_Init_*` from these functions.