]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
authorKurt B. Kaiser <kbk@shore.net>
Fri, 19 Nov 2004 15:46:49 +0000 (15:46 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Fri, 19 Nov 2004 15:46:49 +0000 (15:46 +0000)
commite953511858365619e953f12f88326272c20cd6f1
treee9dda5724dbacdbb041f5ab5b9a6c27bf6a62e15
parentbae8f377d30ae352d82aa93cab4ca137ede7b930
On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
stuck subprocess MainThread because only the SocketThread was exiting.

M NEWS.txt
M idlever.py
M run.py
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Lib/idlelib/run.py