summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-04-08 09:44:14 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-04-08 09:44:14 (GMT)
commit691737114e7c296cd05a1be9ea3a3be9f53f9495 (patch)
tree90e500664be9a4296d6ff28a9a2c3a46090875a4
parentca2b01515b773d67e7c71219ad01b3d93c394c72 (diff)
downloadcpython-691737114e7c296cd05a1be9ea3a3be9f53f9495.zip
cpython-691737114e7c296cd05a1be9ea3a3be9f53f9495.tar.gz
cpython-691737114e7c296cd05a1be9ea3a3be9f53f9495.tar.bz2
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). ........
0 files changed, 0 insertions, 0 deletions