]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug [#410708] Condition.wait() and KeyboardInterrupt.
authorTim Peters <tim.peters@gmail.com>
Mon, 2 Apr 2001 20:15:57 +0000 (20:15 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 2 Apr 2001 20:15:57 +0000 (20:15 +0000)
commitc951bf91283996587246328c49e4b1909883db8c
tree8711f8334724d80d789fc5baa0684ef709388978
parentf5bd6843377a4f4433700282f5c4bddb3d6333ae
SF bug [#410708] Condition.wait() and KeyboardInterrupt.
http://sourceforge.net/tracker/?func=detail&aid=410708&group_id=5470&atid=105470
Added try/finally around Condition.wait() guts, so that the lock state gets
restored at the end no matter what happens.
Lib/threading.py