commit | 5de1594e2886aa1c779ba0a041d48d4ccea56a06 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon May 17 20:00:52 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon May 17 20:00:52 2010 +0000 |
tree | 07751cc7f3c15f3155e8bc1edf190bfe04c07655 | |
parent | 831755694a4fb264538a208adf3f750988d67b0e [diff] |
Merged revisions 81275 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81275 | antoine.pitrou | 2010-05-17 21:56:59 +0200 (lun., 17 mai 2010) | 4 lines Issue #7079: Fix a possible crash when closing a file object while using it from another thread. Patch by Daniel Stutzbach. ........