commit | c66363f5e0c38aeeeeb706cf0fa93fa1e63f53ee | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 17:47:14 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 17:47:14 2009 +0000 |
tree | c384e3f018e105d6910b05d6269173b68281b4c1 | |
parent | 495f7b5adbe798447f12139ce7f870b7b4c06a6c [diff] |
Merged revisions 75818 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75818 | antoine.pitrou | 2009-10-27 18:41:58 +0100 (mar., 27 oct. 2009) | 3 lines Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once. ........