[Python-3000-checkins] r62222 - python/branches/py3k

christian.heimes python-3000-checkins at python.org
Tue Apr 8 11:44:14 CEST 2008


Author: christian.heimes
Date: Tue Apr  8 11:44:14 2008
New Revision: 62222

Modified:
   python/branches/py3k/   (props changed)
Log:
Blocked revisions 62195 via svnmerge

........
  r62195 | gregory.p.smith | 2008-04-07 01:11:17 +0200 (Mon, 07 Apr 2008) | 10 lines
  
  Make file objects as thread safe as the underlying libc FILE* implementation.
  close() will now raise an IOError if any operations on the file object
  are currently in progress in other threads.
  
  Most code was written by Antoine Pitrou (pitrou).  Additional testing,
  documentation and test suite cleanup done by me (gregory.p.smith).
  
  Fixes issue 815646 and 595601 (as well as many other bugs and
  references to this problem dating back to the dawn of Python).
........



More information about the Python-3000-checkins mailing list