[New-bugs-announce] [issue33550] Sigpipe handling issue should be documented

Alfred Perlstein report at bugs.python.org
Wed May 16 19:55:52 EDT 2018


New submission from Alfred Perlstein <alfred at freebsd.org>:

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)

----------
assignee: docs at python
components: Documentation
messages: 316877
nosy: docs at python, splbio
priority: normal
pull_requests: 6597
severity: normal
status: open
title: Sigpipe handling issue should be documented
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33550>
_______________________________________


More information about the New-bugs-announce mailing list