mike bayer added the comment:

my users are reporting one of these issues, and while I can easily catch 
IOError on Python 2, I can't catch anything on Python 3, and pointing SIGPIPE 
to SIG_DFL isn't an option because this is for Alembic migrations and the 
command needs to complete its work.

What is/will be the recommended solution for people who want their programs to 
finish totally but not complain when their pipe is cut off in Python 3?

----------
nosy: +zzzeek

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11380>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to