Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads...
commitad6f0e1275baa04b6793a788e7d81fbd6e6a2ea2
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 27 Oct 2009 17:41:58 +0000 (27 17:41 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 27 Oct 2009 17:41:58 +0000 (27 17:41 +0000)
tree8e8b3cafb8ae12f4b2c50f6e1df987ef0157fed6
parent659d068e50bb9ecd16497c8c05ddd12e52cbd425
Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once.

git-svn-id: http://svn.python.org/projects/python/trunk@75818 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_bz2.py
Misc/NEWS
Modules/bz2module.c