]> granicus.if.org Git - python/commit
Merged revisions 81275 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 17 May 2010 20:00:52 +0000 (20:00 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 17 May 2010 20:00:52 +0000 (20:00 +0000)
commit5de1594e2886aa1c779ba0a041d48d4ccea56a06
tree07751cc7f3c15f3155e8bc1edf190bfe04c07655
parent831755694a4fb264538a208adf3f750988d67b0e
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.
........
Lib/test/test_file.py
Misc/NEWS
Objects/fileobject.c