]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Jul 2018 07:09:32 +0000 (00:09 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Jul 2018 07:09:32 +0000 (00:09 -0700)
commit6020d98beaf6b9945beb7560f9a1df361e0ba4dd
treee9be672ac74bbee3c0cf97725a71f7a115b054b2
parent892df9d15aae08d4033faeb34698e3c550c85854
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282)

(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