Message347632
This seems likely to have been caused by the fixes for #37267, which fixes an issue with os.dup leaving character streams inheritable (when the documentation specifies that the result must be non-inheritable).
The code originally didn't try to make the descriptor non-inheritable because someone believed it wasn't allowed for character files, and the subsequent patch comments say "That was a mistake". Is it possible it wasn't allowed on Windows 7, and is allowed on Windows 10?
I'm nosying the folks from #37267 for input. |
|
Date |
User |
Action |
Args |
2019-07-10 18:38:20 | josh.r | set | recipients:
+ josh.r, paul.moore, vstinner, tim.golden, zach.ware, eryksun, steve.dower, ZackerySpytz, daveb |
2019-07-10 18:38:20 | josh.r | set | messageid: <1562783900.1.0.741019258677.issue37549@roundup.psfhosted.org> |
2019-07-10 18:38:20 | josh.r | link | issue37549 messages |
2019-07-10 18:38:19 | josh.r | create | |
|