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 socketpair
Recipients alexey-smirnov, amaury.forgeotdarc, georg.brandl, neologix, petri.lehtinen, pitrou, python-dev, socketpair, vstinner
Date 2011-11-01.11:55:57
SpamBayes Score 2.1353268e-05
Marked as misclassified No
Message-id <1320148558.33.0.548497321433.issue12105@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I understand. So why not to add 'e' (and 'N', which is the same meaning) character, which:

* use O_CLOEXEC in modern Linux
* generate Exception if O_CLOEXEC is not supported (or does not work) on platform. 

Also, implement O_CLOEXEC for open() in Windows using appropriate securityattributes with CreateFile()

?
History
Date User Action Args
2011-11-01 11:55:58socketpairsetrecipients: + socketpair, georg.brandl, amaury.forgeotdarc, pitrou, vstinner, neologix, python-dev, petri.lehtinen, alexey-smirnov
2011-11-01 11:55:58socketpairsetmessageid: <1320148558.33.0.548497321433.issue12105@psf.upfronthosting.co.za>
2011-11-01 11:55:57socketpairlinkissue12105 messages
2011-11-01 11:55:57socketpaircreate