]> 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:31:52 +0000 (22:31 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 8 Oct 2014 19:31:52 +0000 (22:31 +0300)
commite2bd2a718602bf6d6d607fc9a0b7574a18874847
tree6c5a51a532610fb6717267f2de9661b80405c6e7
parent0ddbf4795f40d2d3386dc56ffa264b50a015f6c9
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