mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
* Make sure that tp_dictoffset is correct with Py_TPFLAGS_MANAGED_DICT is set. * Avoid traversing managed dict twice when subclassing class with Py_TPFLAGS_MANAGED_DICT set. |
||
|---|---|---|
| .. | ||
| clinic | ||
| heaptype.c | ||
| parts.h | ||
| README.txt | ||
| unicode.c | ||
| vectorcall.c | ||
| vectorcall_limited.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.