This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ZackerySpytz, miss-islington, nedbat, scoder, serhiy.storchaka, vstinner
Date 2018-07-17.07:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531812800.78.0.56676864532.issue34068@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset cc13016658a9ed86d0b702ab6c251ad5952a952f by Serhiy Storchaka in branch '3.6':
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282). (GH-8312)
https://github.com/python/cpython/commit/cc13016658a9ed86d0b702ab6c251ad5952a952f
History
Date User Action Args
2018-07-17 07:33:20serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, vstinner, nedbat, ZackerySpytz, miss-islington
2018-07-17 07:33:20serhiy.storchakasetmessageid: <1531812800.78.0.56676864532.issue34068@psf.upfronthosting.co.za>
2018-07-17 07:33:20serhiy.storchakalinkissue34068 messages
2018-07-17 07:33:20serhiy.storchakacreate