mirror of
https://github.com/python/cpython.git
synced 2026-05-11 23:18:57 -04:00
467ab194fc
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