]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23781: Add private helper function _PyErr_ReplaceException() that
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 30 Mar 2015 06:48:42 +0000 (09:48 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 30 Mar 2015 06:48:42 +0000 (09:48 +0300)
commitaa64c46ac9ff168d7730182d48665b0b51b4f69d
treefce292f7bbe0c540de322ec06e96ba0115221f9b
parentd06c201e5bf74dd1ff227ab7bea73c8c790d234b
Issue #23781: Add private helper function _PyErr_ReplaceException() that
corresponds _PyErr_ChainExceptions() in Python 3 to help porting patches
from Python 3.
Include/pyerrors.h
Modules/_io/_iomodule.c
Modules/_io/bufferedio.c
Modules/_io/textio.c
Python/errors.c