Message316877
| 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:52 | splbio | set | recipients: + splbio, docs@python |
| 2018-05-16 23:55:52 | splbio | set | messageid: <1526514952.03.0.682650639539.issue33550@psf.upfronthosting.co.za> |
| 2018-05-16 23:55:51 | splbio | link | issue33550 messages |
| 2018-05-16 23:55:51 | splbio | create | |