[issue28628] Failure to add signal handlers for any signal but SIGINT

Guido van Rossum report at bugs.python.org
Sun Nov 6 21:34:00 EST 2016


Guido van Rossum added the comment:

Hm... We've seen this exact same crash reported several times before, and it was closed without a fix AFAICT each time.

- https://github.com/python/asyncio/issues/396
- http://bugs.python.org/issue23548

IIUC the conclusion in the latter was that this is due to a bug in the user code (forgetting to close() the event loop).

----------

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


More information about the Python-bugs-list mailing list