commit | dd62966a5fbc502a0e8d91ca3a7de843f1800d99 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 17:41:58 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 17:41:58 2009 +0000 |
tree | e68ae98c2e5c19cbbe5cf0925c6fd841e2a58c4f | |
parent | 5098bc944849a7e9a355ae9647d740935893fad1 [diff] [blame] |
Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once.
diff --git a/Misc/NEWS b/Misc/NEWS index 6d48714..1ee7557 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -427,6 +427,9 @@ Library ------- +- Issue #7205: Fix a possible deadlock when using a BZ2File object from + several threads at once. + - Issue #7071: byte-compilation in Distutils is now done with respect to sys.dont_write_bytecode.