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 daveb
Recipients ZackerySpytz, daveb, eryksun, josh.r, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-07-10.23:57:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562803060.76.0.772911999677.issue37549@roundup.psfhosted.org>
In-reply-to
Content
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
>>>
History
Date User Action Args
2019-07-10 23:57:40davebsetrecipients: + daveb, paul.moore, vstinner, tim.golden, zach.ware, eryksun, steve.dower, josh.r, ZackerySpytz
2019-07-10 23:57:40davebsetmessageid: <1562803060.76.0.772911999677.issue37549@roundup.psfhosted.org>
2019-07-10 23:57:40daveblinkissue37549 messages
2019-07-10 23:57:40davebcreate