mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +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
Miscellaneous source files for the main Python shared library