]> granicus.if.org Git - python/commit
Fix bug 544473 - "Queue module can deadlock".
authorMark Hammond <mhammond@skippinet.com.au>
Fri, 19 Apr 2002 00:11:32 +0000 (00:11 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Fri, 19 Apr 2002 00:11:32 +0000 (00:11 +0000)
commit3b959dbcaffe7fce27b21cde42b7d77a8ac29191
tree09de8af2a8e1c6eacae679bb75da0dcf5ecbcb10
parent08d821582faab8f3b6eeab1b1fd7520417b82b80
Fix bug 544473 - "Queue module can deadlock".
Use try/finally to ensure all Queue locks remain stable.
Includes test case.  Bugfix candidate.
Lib/Queue.py
Lib/test/test_queue.py [new file with mode: 0644]