mirror of
https://github.com/python/cpython.git
synced 2025-11-22 11:36:23 +00:00
This removes the unused negative_dictoffset function:
the type this function would create is available as
_testcapi.HeapCTypeWithNegativeDict
|
||
|---|---|---|
| .. | ||
| 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.