Serhiy Storchaka 467ab194fc Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
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]
2016-10-21 17:09:17 +03:00
..
2016-09-07 09:26:18 -07:00
2016-09-18 23:49:51 -07:00
2016-09-09 23:11:52 -07:00
2016-09-13 22:46:15 -07:00
2016-01-26 00:40:57 +01:00
2016-09-21 11:37:27 +02:00
2016-09-09 14:57:58 -07:00

Miscellaneous source files for the main Python shared library