mirror of https://github.com/python/cpython
feec49c407
* Make sure that the current exception is always normalized. * Remove redundant type and traceback fields for the current exception. * Add new API functions: PyErr_GetRaisedException, PyErr_SetRaisedException * Add new API functions: PyException_GetArgs, PyException_SetArgs |
||
---|---|---|
.. | ||
clinic | ||
README.txt | ||
datetime.c | ||
docstring.c | ||
float.c | ||
getargs.c | ||
heaptype.c | ||
long.c | ||
mem.c | ||
parts.h | ||
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.