Files
cpython/Lib/Queue.py
Anthony Baxter c26bc8037f 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/Queue.py:1.15
2002-04-19 03:54:37 +00:00

4.6 KiB