From: Anthony Baxter Date: Tue, 23 Apr 2002 01:53:23 +0000 (+0000) Subject: backport mhammond's patch: X-Git-Tag: 2.1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01366b4e6f421ab0b417dc54c115e595d8a829fc;p=thirdparty%2FPython%2Fcpython.git backport mhammond's patch: Fix bug 544473 - "Queue module can deadlock". Use try/finally to ensure all Queue locks remain stable. Includes test case. Bugfix candidate. Original patch(es): python/dist/src/Lib/test/test_queue.py:1.1 ---