[docs] [issue13077] Unclear behavior of daemon threads on main thread exit

Vandana Rao report at bugs.python.org
Wed Feb 25 18:25:02 CET 2015


Vandana Rao added the comment:

Since the program depends on receiving a raw ^C == 0x03 on stdin, it will never be running under Idle because the Idle process tk gui normally keeps control of keyboard input and the Idle process code intercepts ^C and turns it into KeyboardInterrupt raised in the user process.
This is not a bug anymore.It is working fine.

----------

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


More information about the docs mailing list