mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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