Files
cpython/Modules
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-10-20 15:40:22 -04:00
2016-09-21 14:36:44 +02:00
2016-09-19 22:20:13 -07:00
2016-09-24 12:07:21 +02:00
2016-09-19 22:17:16 -07:00
2016-10-08 22:46:01 +03:00
2016-10-05 23:32:15 -07:00
2016-09-18 18:12:21 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.