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
Vandana Rao added the comment:
On Windows8.1,this is not the situation.Irrespective of the thread being daemon
or non-daemon,the process continues. The program doesn't terminate when daemon
thread is being used.
--
nosy: +Vandana.Rao
___
P
Vandana Rao added the comment:
Try uninstalling IDLE and install it once again.I had this situation previously
where the command prompt opens and gets closed within fraction of seconds.
Uninstall it completely and try once again.I hope this would work.
--
nosy: +Vandana.Rao
Vandana Rao added the comment:
This issue doesn't describe the above situation on Ubuntu 14.04.
I use IDLE 3.4.0 and Python 3.4.0. When the Class browser is opened and if the
function name or class name is double clicked, it highlights the corresponding
section in the editor. It's
Vandana Rao added the comment:
I had the same problem. I assume that you are using IDLE. Hopefully it works.
--
nosy: +Vandana.Rao
___
Python tracker
<http://bugs.python.org/issue22