commit | f3a0ff61e0f9eadd46e86689d01ae82509a0b425 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 17:46:09 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 17:46:09 2009 +0000 |
tree | 5908afcd2df7724e89c7af7f39d5c352b38ab04e | |
parent | ab90b90c7b7242ab9bf9b8aa983e4a3c7119ccd0 [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. ........