mirror of
https://github.com/python/cpython.git
synced 2025-11-29 22:41:59 +00:00
* 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 | ||
| 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.