]> granicus.if.org Git - python/commit
Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Oct 2009 17:41:58 +0000 (17:41 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Oct 2009 17:41:58 +0000 (17:41 +0000)
commitdd62966a5fbc502a0e8d91ca3a7de843f1800d99
treee68ae98c2e5c19cbbe5cf0925c6fd841e2a58c4f
parent5098bc944849a7e9a355ae9647d740935893fad1
Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once.
Lib/test/test_bz2.py
Misc/NEWS
Modules/bz2module.c