cpython/Modules/_testcapi
Carl Meyer 1e703a4733
gh-102381: don't call watcher callback with dead object (#102382)
Co-authored-by: T. Wouters <thomas@python.org>
2023-03-07 17:10:58 -07:00
..
clinic
code.c
datetime.c
docstring.c
exceptions.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.