Staging
v0.5.1
https://github.com/python/cpython
Revision 01366b4e6f421ab0b417dc54c115e595d8a829fc authored by Anthony Baxter on 23 April 2002, 01:53:23 UTC, committed by Anthony Baxter on 23 April 2002, 01:53:23 UTC
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
1 parent f599b74
History
Tip revision: 01366b4e6f421ab0b417dc54c115e595d8a829fc authored by Anthony Baxter on 23 April 2002, 01:53:23 UTC
backport mhammond's patch:
Tip revision: 01366b4

ReadMe

back to top