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 larry, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-03-08.02:39:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425782369.76.0.519343877929.issue23524@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't know about winerror_to_errno(), so that might help. But there are other dependencies on _Py_fstat's error code throughout posixmodule.c, so I don't think this is sufficient. (For example, patherror() is already switched on OS to handle it correctly. I gave up tracking down all the uses because it hurt more than the horrific condition in fileio.c.)
History
Date User Action Args
2015-03-08 02:39:29steve.dowersetrecipients: + steve.dower, vstinner, larry, tim.golden, python-dev, zach.ware, serhiy.storchaka
2015-03-08 02:39:29steve.dowersetmessageid: <1425782369.76.0.519343877929.issue23524@psf.upfronthosting.co.za>
2015-03-08 02:39:29steve.dowerlinkissue23524 messages
2015-03-08 02:39:29steve.dowercreate