Message348674
> What 3.7.3 does is to skip calling _Py_set_inheritable for all files of type FILE_TYPE_CHAR
It sounds like we should probably revert to the middle ground, and skip _raising the error_ if _Py_set_inheritable for files of type FILE_TYPE_CHAR.
As Victor pointed out, the docs already call out the special case in Windows. Since this applies to Windows 7, which will be EOL only a couple months after 3.8's release, I think it's fine to have the slightly less secure behavior and just suppress the error. |
|
Date |
User |
Action |
Args |
2019-07-29 16:10:09 | steve.dower | set | recipients:
+ steve.dower, paul.moore, vstinner, tim.golden, ned.deily, lukasz.langa, zach.ware, eryksun, josh.r, xflr6, ZackerySpytz, Jeffrey.Kintscher, daveb |
2019-07-29 16:10:09 | steve.dower | set | messageid: <1564416609.27.0.360951444143.issue37549@roundup.psfhosted.org> |
2019-07-29 16:10:09 | steve.dower | link | issue37549 messages |
2019-07-29 16:10:09 | steve.dower | create | |
|