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 splbio
Recipients docs@python, splbio
Date 2018-05-16.23:55:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526514952.03.0.682650639539.issue33550@psf.upfronthosting.co.za>
In-reply-to
Content
A common anti-pattern in python used to get rid of "ugly" brokenpipe messages is to set the SIGPIPE handler to SIG_DFL, this however will cause your program to seemingly randomly exit if it makes any socket connections during its lifetime.  (see github PR for more info)
History
Date User Action Args
2018-05-16 23:55:52splbiosetrecipients: + splbio, docs@python
2018-05-16 23:55:52splbiosetmessageid: <1526514952.03.0.682650639539.issue33550@psf.upfronthosting.co.za>
2018-05-16 23:55:51splbiolinkissue33550 messages
2018-05-16 23:55:51splbiocreate