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 Arfrever, DLitz, aliles, amaury.forgeotdarc, asvetlov, christian.heimes, georg.brandl, grahamd, gregory.p.smith, ionelmc, jcea, lemburg, neologix, pitrou, rpcope1, sbt, socketpair, twouters, vstinner, xupeng, yselivanov
Date 2016-05-29.07:17:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464506245.1.0.184410325499.issue16500@psf.upfronthosting.co.za>
In-reply-to
Content
Also I have to add, maybe you also add automatic file descriptor closing on fork. We already have O_CLOEXEC, we have no O_CLOFORK. So, maybe it useful to add such flag ?
History
Date User Action Args
2016-05-29 07:17:25socketpairsetrecipients: + socketpair, lemburg, twouters, georg.brandl, gregory.p.smith, jcea, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, grahamd, Arfrever, ionelmc, asvetlov, neologix, sbt, aliles, yselivanov, DLitz, xupeng, rpcope1
2016-05-29 07:17:25socketpairsetmessageid: <1464506245.1.0.184410325499.issue16500@psf.upfronthosting.co.za>
2016-05-29 07:17:25socketpairlinkissue16500 messages
2016-05-29 07:17:24socketpaircreate