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 milko.krachounov
Recipients Giovanni.Bajo, gregory.p.smith, milko.krachounov, paul.moore
Date 2010-12-10.20:10:20
SpamBayes Score 0.0010817673
Marked as misclassified No
Message-id <1292011822.05.0.35783100553.issue7213@psf.upfronthosting.co.za>
In-reply-to
Content
It's almost exactly the same race condition as the one described in issue 2320. The pipes are created and stay without the CLOEXEC flag for a while (until the process has been forked and fcntl has been called). During that time another thread can launch a subprocess, the subprocess will inherit the pipe, and there might be a hang similar to the one described here (or in issue 2320).
History
Date User Action Args
2010-12-10 20:10:22milko.krachounovsetrecipients: + milko.krachounov, gregory.p.smith, paul.moore, Giovanni.Bajo
2010-12-10 20:10:22milko.krachounovsetmessageid: <1292011822.05.0.35783100553.issue7213@psf.upfronthosting.co.za>
2010-12-10 20:10:20milko.krachounovlinkissue7213 messages
2010-12-10 20:10:20milko.krachounovcreate