mirror of https://github.com/python/cpython
bbba3f3f43
Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and Py_XNewRef() in test C files of the Modules/ directory. |
||
---|---|---|
.. | ||
clinic | ||
README.txt | ||
heaptype.c | ||
parts.h | ||
unicode.c | ||
vectorcall.c | ||
vectorcall_limited.c |
README.txt
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.