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 izbyshev
Recipients eryksun, izbyshev, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-03-08.22:27:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520548045.22.0.467229070634.issue33030@psf.upfronthosting.co.za>
In-reply-to
Content
@eryksun Very interesting! BTW, I looked at CreateFile docs, and the fact that it may set the last error to zero is even documented there.

@steve.dower
> maybe we don't have to preserve errno on Windows?

There are still places where errno is relied upon. PR 5784 shows one such place: os.[f]truncate(). Others are e.g. os.open() and os.lseek().
History
Date User Action Args
2018-03-08 22:27:25izbyshevsetrecipients: + izbyshev, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2018-03-08 22:27:25izbyshevsetmessageid: <1520548045.22.0.467229070634.issue33030@psf.upfronthosting.co.za>
2018-03-08 22:27:25izbyshevlinkissue33030 messages
2018-03-08 22:27:25izbyshevcreate