From: Anthony Baxter Date: Mon, 22 Apr 2002 11:21:59 +0000 (+0000) Subject: backport mhammond's patch: X-Git-Tag: v2.2.2b1~411 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3d8fa590083c23a77eca975d580e7b84fc5ff61;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. (and branchpatch can now handle adding files :) ---