mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Replace "Py_DECREF(var); var = new;" with "Py_SETREF(var, new);" in longobject.c and _testcapi/long.c. |
||
|---|---|---|
| .. | ||
| clinic | ||
| datetime.c | ||
| docstring.c | ||
| float.c | ||
| getargs.c | ||
| heaptype.c | ||
| long.c | ||
| mem.c | ||
| parts.h | ||
| pytime.c | ||
| README.txt | ||
| structmember.c | ||
| testcapi_long.h | ||
| unicode.c | ||
| vectorcall.c | ||
| vectorcall_limited.c | ||
| watchers.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.