]> granicus.if.org Git - python/commit
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Jul 2018 07:33:14 +0000 (10:33 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Jul 2018 07:33:14 +0000 (10:33 +0300)
commitcc13016658a9ed86d0b702ab6c251ad5952a952f
treed389d72f407d24c593df34a30a301224a45e35e1
parent8b5d191386350d28a0f20283dcb366cf50f82b97
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282). (GH-8312)

(cherry picked from commit 28f07364f066792ceee93231dbb80ae8ad98b2bb)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/test/test_io.py
Misc/NEWS.d/next/Core and Builtins/2018-07-14-08-58-46.bpo-34068.9xfM55.rst [new file with mode: 0644]
Modules/_io/iobase.c