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