cpython/Misc/NEWS.d/next/Core and Builtins/2018-07-14-08-58-46.bpo-340...

4 lines
160 B
ReStructuredText

In :meth:`io.IOBase.close`, ensure that the :attr:`~io.IOBase.closed`
attribute is not set with a live exception. Patch by Zackery Spytz and Serhiy
Storchaka.