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 gregory.p.smith
Recipients cjwatson, georg.brandl, gregory.p.smith, inducer, loewis, pitrou, r.david.murray
Date 2010-02-24.17:09:51
SpamBayes Score 0.015463256
Marked as misclassified No
Message-id <1267031393.28.0.944547008813.issue1652@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, we set SIG_IGN in Python/pythonrun.c initsigs() on SIGPIPE, SIGXFZ & SIGXFSZ.  

We should restore these to SIG_DFL prior to exec by default.  I'm in the middle of working on subprocess improvements that touch this code, I'll include this.
History
Date User Action Args
2010-02-24 17:09:53gregory.p.smithsetrecipients: + gregory.p.smith, loewis, georg.brandl, pitrou, inducer, cjwatson, r.david.murray
2010-02-24 17:09:53gregory.p.smithsetmessageid: <1267031393.28.0.944547008813.issue1652@psf.upfronthosting.co.za>
2010-02-24 17:09:51gregory.p.smithlinkissue1652 messages
2010-02-24 17:09:51gregory.p.smithcreate