]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Issue #3309: Fix bz2.BZFile itererator to release its internal lock
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 7 Jul 2008 04:31:58 +0000 (04:31 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 7 Jul 2008 04:31:58 +0000 (04:31 +0000)
commit3b1e6b2f833d1e030b2ff853e1a942dc0de968f5
tree431edbd1f84590c5101f36385778f9ffa6c26eb7
parent0f7cddc308b297e6a1c2dd61503acea38401656f
- Issue #3309: Fix bz2.BZFile itererator to release its internal lock
  properly when raising an exception due to the bz2file being closed.
  Prevents a deadlock.
Lib/test/test_bz2.py
Misc/NEWS
Modules/bz2module.c