cpython/Doc/data
Mark Shannon feec49c407
GH-101578: Normalize the current exception (GH-101607)
* 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
2023-02-08 09:31:12 +00:00
..
refcounts.dat bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659) 2022-11-27 11:57:41 +05:30
stable_abi.dat GH-101578: Normalize the current exception (GH-101607) 2023-02-08 09:31:12 +00:00