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 vstinner
Recipients Yi Ding, mpaolini, ned.deily, rbcollins, ronaldoussoren, vstinner
Date 2015-09-04.14:24:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441376657.21.0.914606072881.issue24891@psf.upfronthosting.co.za>
In-reply-to
Content
> This new issue24891_2.patch covers all of the points you raised except the "check exception type" which I am still figuring out.

See my patch issue24891_3.patch which calls PyErr_ExceptionMatches(PyExc_OSError). If you like it, I can push it to Python 3.4-3.6.
History
Date User Action Args
2015-09-04 14:24:17vstinnersetrecipients: + vstinner, ronaldoussoren, rbcollins, ned.deily, mpaolini, Yi Ding
2015-09-04 14:24:17vstinnersetmessageid: <1441376657.21.0.914606072881.issue24891@psf.upfronthosting.co.za>
2015-09-04 14:24:17vstinnerlinkissue24891 messages
2015-09-04 14:24:17vstinnercreate