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

Guido van Rossum report at bugs.python.org
Sun Mar 1 00:04:10 CET 2015


Guido van Rossum added the comment:

So this is still strange. When you do this, does it give the same exception?

>>> import signal
>>> signal.signal(signal.SIGCHLD, signal.SIG_DFL)

----------

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


More information about the Python-bugs-list mailing list