]> granicus.if.org Git - python/commit
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception...
authorZackery Spytz <zspytz@gmail.com>
Tue, 17 Jul 2018 06:31:44 +0000 (00:31 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Jul 2018 06:31:44 +0000 (09:31 +0300)
commit28f07364f066792ceee93231dbb80ae8ad98b2bb
treed6baa09f3836f1d017b1091fdbf88bb3ff0a5c55
parent56d8f57b83a37b05a6f2fbc3e141bbc1ba6cb3a2
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282)
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