mirror of
https://github.com/python/cpython.git
synced 2025-11-23 11:57:09 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| heaptype.c | ||
| parts.h | ||
| 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.