mirror of
https://github.com/python/cpython.git
synced 2026-05-17 09:58:25 -04:00
14ab277632
new exception with setting current exception as __cause__.
_PyErr_FormatFromCause(exception, format, args...) is equivalent to Python
raise exception(format % args) from sys.exc_info()[1]
Miscellaneous source files for the main Python shared library