]> granicus.if.org Git - python/commit
Issue #21715: Extracted shared complicated code in the _io module to new
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 8 Oct 2014 19:32:50 +0000 (22:32 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 8 Oct 2014 19:32:50 +0000 (22:32 +0300)
commit78184af9b5aaf8699bbf6ed1da4607685a4b96de
treebf0a9a9fe8825b38744b73d0ceaeff46ea5561c2
parent94262ebc9c1249c1fdec771a48e9f666c37cfcde
parente2bd2a718602bf6d6d607fc9a0b7574a18874847
Issue #21715: Extracted shared complicated code in the _io module to new
_PyErr_ChainExceptions() function.
Include/pyerrors.h
Modules/_io/_iomodule.c
Modules/_io/bufferedio.c
Modules/_io/textio.c
Python/errors.c