[issue23548] TypeError in event loop finalizer, new in Python 3.4.3

Jack O'Connor report at bugs.python.org
Sat Feb 28 20:36:27 CET 2015


Jack O'Connor added the comment:

`close()` fixes it; thanks for the workaround! When I throw a print statement inside `remove_signal_handler`, it says that sig is 17 and handler is 0. 17 looks to be SIGCHLD, presumably from the little echo subprocess exiting in this example.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23548>
_______________________________________


More information about the Python-bugs-list mailing list