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, neologix, socketpair, vstinner
Date 2011-05-20.04:55:46
SpamBayes Score 5.636516e-07
Marked as misclassified No
Message-id <1305867348.57.0.473008930939.issue12105@psf.upfronthosting.co.za>
In-reply-to
Content
Why not to implement 'e' letter in py3k ?

In systems where O_CLOEXEC is not supported in open(), flag should be set non-atomically using fcntl.

To exclude races (in concurrent threads), this two ops should be done under lock (GIL?)
History
Date User Action Args
2011-05-20 04:55:48socketpairsetrecipients: + socketpair, amaury.forgeotdarc, vstinner, neologix, alexey-smirnov
2011-05-20 04:55:48socketpairsetmessageid: <1305867348.57.0.473008930939.issue12105@psf.upfronthosting.co.za>
2011-05-20 04:55:46socketpairlinkissue12105 messages
2011-05-20 04:55:46socketpaircreate