mirror of https://github.com/python/cpython
456d56698d
Remove boilerplate code by converting the following functions: - _testcapi.watch_dict - _testcapi.unwatch_dict - _testcapi.watch_type - _testcapi.unwatch_type - _testcapi.set_func_defaults_via_capi - _testcapi.set_func_kwdefaults_via_capi |
||
---|---|---|
.. | ||
clinic | ||
README.txt | ||
buffer.c | ||
code.c | ||
datetime.c | ||
docstring.c | ||
exceptions.c | ||
float.c | ||
gc.c | ||
getargs.c | ||
heaptype.c | ||
heaptype_relative.c | ||
immortal.c | ||
long.c | ||
mem.c | ||
parts.h | ||
pyos.c | ||
pytime.c | ||
structmember.c | ||
testcapi_long.h | ||
unicode.c | ||
vectorcall.c | ||
vectorcall_limited.c | ||
watchers.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.