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 eryksun
Recipients Jonas Binding, Marcus.Smith, dstufft, eryksun, ncoghlan, paul.moore, pradyunsg, steve.dower, tim.golden, zach.ware
Date 2019-08-05.22:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565045335.06.0.340970247104.issue37769@roundup.psfhosted.org>
In-reply-to
Content
> I think this only happens with open(). 

Well, and everything else that calls a CRT function and relies on errno, such as C read() and write(). Though we'd have to look through on a case-by-case basis to ensure that _doserrno is valid in each case, i.e. that errno was set based on a Windows error code.
History
Date User Action Args
2019-08-05 22:48:55eryksunsetrecipients: + eryksun, paul.moore, ncoghlan, tim.golden, zach.ware, steve.dower, dstufft, pradyunsg, Marcus.Smith, Jonas Binding
2019-08-05 22:48:55eryksunsetmessageid: <1565045335.06.0.340970247104.issue37769@roundup.psfhosted.org>
2019-08-05 22:48:55eryksunlinkissue37769 messages
2019-08-05 22:48:54eryksuncreate