]> granicus.if.org Git - python/commit
Backport of r64767 from trunk
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 17 Aug 2008 23:06:19 +0000 (23:06 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 17 Aug 2008 23:06:19 +0000 (23:06 +0000)
commit7a076bed4c2a03e5fa0995228b99c80e9ad0bc03
tree81faab4bde21854a48dde9daf6f4aa5afa029458
parent5e8dc97a098766a566b07df241c524fbd56d34ac
Backport of r64767 from trunk

Fixes Issue #3309: Fix bz2.BZFile iterator 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