From 01366b4e6f421ab0b417dc54c115e595d8a829fc Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Tue, 23 Apr 2002 01:53:23 +0000 Subject: [PATCH] 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 -- 2.47.3