Message347644
Results with Python 3.7.4 on Windows 7
>>> import os, msvcrt
>>> msvcrt.get_osfhandle(0)
15
>>> os.set_handle_inheritable(msvcrt.get_osfhandle(0), False)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: [WinError 87] The parameter is incorrect
>>> |
|
Date |
User |
Action |
Args |
2019-07-10 23:57:40 | daveb | set | recipients:
+ daveb, paul.moore, vstinner, tim.golden, zach.ware, eryksun, steve.dower, josh.r, ZackerySpytz |
2019-07-10 23:57:40 | daveb | set | messageid: <1562803060.76.0.772911999677.issue37549@roundup.psfhosted.org> |
2019-07-10 23:57:40 | daveb | link | issue37549 messages |
2019-07-10 23:57:40 | daveb | create | |
|