commit | 7a076bed4c2a03e5fa0995228b99c80e9ad0bc03 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Aug 17 23:06:19 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Aug 17 23:06:19 2008 +0000 |
tree | 81faab4bde21854a48dde9daf6f4aa5afa029458 | |
parent | 5e8dc97a098766a566b07df241c524fbd56d34ac [diff] |
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.