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 serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-09.20:43:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428612226.67.0.93131364493.issue23668@psf.upfronthosting.co.za>
In-reply-to
Content
23668_3.patch looks good to me.

I agree that handling EINTR is not needed on Windows, and so there is no need for an helper function like _Py_open_noraise().
History
Date User Action Args
2015-04-09 20:43:46vstinnersetrecipients: + vstinner, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2015-04-09 20:43:46vstinnersetmessageid: <1428612226.67.0.93131364493.issue23668@psf.upfronthosting.co.za>
2015-04-09 20:43:46vstinnerlinkissue23668 messages
2015-04-09 20:43:46vstinnercreate