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

2016-11-07 Thread Yury Selivanov
Yury Selivanov added the comment: I think I have a patch for this here: https://github.com/python/asyncio/pull/456 -- ___ Python tracker ___ _

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

2016-11-06 Thread Guido van Rossum
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

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

2016-11-06 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- title: Failure to add -> Failure to add signal handlers for any signal but SIGINT ___ Python tracker ___ __