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 loewis
Recipients gregory.p.smith, jyasskin, loewis, nadeem.vawda, neologix, pitrou, rosslagerwall, s7v7nislands, vstinner
Date 2011-03-27.18:39:36
SpamBayes Score 6.3766206e-06
Marked as misclassified No
Message-id <4D8F8466.1060808@v.loewis.de>
In-reply-to <1301220861.19.0.704196168744.issue8052@psf.upfronthosting.co.za>
Content
> Can we use FD_CLOEXEC to archive this goal? 

I think we should use FD_CLOEXEC in all places where it's reasonable.
As others have pointed out, we shouldn't set FD_CLOEXEC for file
descriptors where the application hasn't explicitly requested that.
History
Date User Action Args
2011-03-27 18:39:36loewissetrecipients: + loewis, gregory.p.smith, pitrou, vstinner, jyasskin, nadeem.vawda, s7v7nislands, neologix, rosslagerwall
2011-03-27 18:39:36loewislinkissue8052 messages
2011-03-27 18:39:36loewiscreate