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, flox, georg.brandl, gregory.p.smith, inducer, loewis, mitar, pitrou, r.david.murray, rcronk
Date 2010-09-02.15:55:45
SpamBayes Score 0.0017565225
Marked as misclassified No
Message-id <1283442947.35.0.361899959054.issue1652@psf.upfronthosting.co.za>
In-reply-to
Content
closing because it is too late to backport this to 2.7.  It is available as a backport in http://code.google.com/p/python-subprocess32/.

As for the idea of not using SIG_IGN and installing a default no-op handler, that is another approach.

signal.getsignal would need to be able to return it so that software wanting to temporarily handle its own sigpipes could restore that behavior afterwards.
History
Date User Action Args
2010-09-02 15:55:47gregory.p.smithsetrecipients: + gregory.p.smith, loewis, georg.brandl, pitrou, inducer, cjwatson, r.david.murray, rcronk, mitar, flox
2010-09-02 15:55:47gregory.p.smithsetmessageid: <1283442947.35.0.361899959054.issue1652@psf.upfronthosting.co.za>
2010-09-02 15:55:45gregory.p.smithlinkissue1652 messages
2010-09-02 15:55:45gregory.p.smithcreate