]> 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>
Wed, 19 Jan 2005 06:23:51 +0000 (06:23 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Wed, 19 Jan 2005 06:23:51 +0000 (06:23 +0000)
commit37e132bb42611a8bb7b9c3106f2cf5a4cd690c30
treeefca50e4a11d14aa81e2bf00412bc78ddd99a109
parent87d3ad6b0c7ba535368c60d74d248cbf8b298d1d
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 run.py
Lib/idlelib/NEWS.txt
Lib/idlelib/run.py