Serhiy Storchaka 14ab277632 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:10:42 +03:00
..
2016-01-26 00:40:57 +01:00
2016-06-03 22:37:48 -07:00
2016-09-09 12:36:44 -07:00
2016-09-18 18:00:25 -07:00
2015-01-29 14:29:51 +01:00
2015-03-21 09:25:53 +02:00
2014-10-10 11:55:41 +02:00
2016-10-10 20:46:40 -04:00
2016-09-19 22:16:36 -07:00
2016-08-20 08:03:06 +00:00
2016-09-08 09:33:56 -07:00
2016-05-08 14:02:35 +00:00
2016-09-18 18:12:21 -07:00