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 Weird, amaury.forgeotdarc, benjamin.peterson, borisompol, chn, denversc, eryksun, kevinwatters, paul.moore, steve.dower, terry.reedy, tim.golden, tlesher, trentm, twhitema, zach.ware
Date 2019-03-16.09:40:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552729226.19.0.164369231288.issue3905@roundup.psfhosted.org>
In-reply-to
Content
> A current test on a Win 7 machine similar to what I did  
> would still be good.  

Python 3.8 is the last version to support Windows 7 (i.e. NT 6.1). It should get bug fixes through Spring 2021, so we have a couple more years to fix this.

We should constrain the fix to just older versions of Windows (prior to 6.2) and the classic console file handles (i.e. the lower 2 bits are set such as 3, 7, 11) that they use. Otherwise a bad standard handle should fail the call.
History
Date User Action Args
2019-03-16 09:40:26eryksunsetrecipients: + eryksun, terry.reedy, paul.moore, amaury.forgeotdarc, tim.golden, kevinwatters, tlesher, benjamin.peterson, trentm, twhitema, Weird, denversc, chn, zach.ware, steve.dower, borisompol
2019-03-16 09:40:26eryksunsetmessageid: <1552729226.19.0.164369231288.issue3905@roundup.psfhosted.org>
2019-03-16 09:40:26eryksunlinkissue3905 messages
2019-03-16 09:40:26eryksuncreate