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 tholzer
Recipients flox, gregory.p.smith, neologix, pitrou, tholzer, vstinner
Date 2014-05-20.03:12:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400555581.89.0.479622645828.issue20611@psf.upfronthosting.co.za>
In-reply-to
Content
We encountered the same problem, this is in the context of using PyQt (specifically QProcess) or twisted. They both rely on SIGCHLD for their notification framework.

I've attached a httplib EINTR patch for 2.6.4 & 2.7.3.
History
Date User Action Args
2014-05-20 03:13:02tholzersetrecipients: + tholzer, gregory.p.smith, pitrou, vstinner, flox, neologix
2014-05-20 03:13:01tholzersetmessageid: <1400555581.89.0.479622645828.issue20611@psf.upfronthosting.co.za>
2014-05-20 03:13:01tholzerlinkissue20611 messages
2014-05-20 03:13:01tholzercreate