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 vstinner
Recipients alexey-smirnov, amaury.forgeotdarc, georg.brandl, neologix, petri.lehtinen, pitrou, python-dev, socketpair, vstinner
Date 2011-09-06.11:37:40
SpamBayes Score 0.00019575699
Marked as misclassified No
Message-id <1315309061.48.0.585774264747.issue12105@psf.upfronthosting.co.za>
In-reply-to
Content
Windows provides a _get_osfhandle() function. There is not the opposite function? :-)

Anyway, O_CLOEXEC is not available on all platforms. Even on FreeBSD and Linux, it depends on the OS/kernel version.
History
Date User Action Args
2011-09-06 11:37:41vstinnersetrecipients: + vstinner, georg.brandl, amaury.forgeotdarc, pitrou, neologix, socketpair, python-dev, petri.lehtinen, alexey-smirnov
2011-09-06 11:37:41vstinnersetmessageid: <1315309061.48.0.585774264747.issue12105@psf.upfronthosting.co.za>
2011-09-06 11:37:40vstinnerlinkissue12105 messages
2011-09-06 11:37:40vstinnercreate