]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport mhammond's patch:
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 19 Apr 2002 03:54:37 +0000 (03:54 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 19 Apr 2002 03:54:37 +0000 (03:54 +0000)
commitc26bc8037f4905d0eab0a818a37cb6f3786ecbd7
tree87ef8f81c60633c467cd28fce2be0514d978142f
parent1fec5b5a9659ee4ec22916da8ac407eb5bb8932d
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
Lib/Queue.py