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 steve.dower
Recipients serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-03.15:50:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428076209.85.0.651273929854.issue23668@psf.upfronthosting.co.za>
In-reply-to
Content
I responded to Victor's suggestion about _Py_open instead of _open, but on rereading I see that it also handles EINTR. 

AFAICT (from https://msdn.microsoft.com/en-us/library/5814770t.aspx, mainly), Windows isn't ever going to return EINTR from the CRT. I don't especially want to have to modify _Py_open to take another parameter to suppress creating a new file, but if someone else does then I'm happy to use it.
History
Date User Action Args
2015-04-03 15:50:09steve.dowersetrecipients: + steve.dower, vstinner, tim.golden, zach.ware, serhiy.storchaka
2015-04-03 15:50:09steve.dowersetmessageid: <1428076209.85.0.651273929854.issue23668@psf.upfronthosting.co.za>
2015-04-03 15:50:09steve.dowerlinkissue23668 messages
2015-04-03 15:50:09steve.dowercreate