summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-04-08 09:44:14 +0000
committerChristian Heimes <christian@cheimes.de>2008-04-08 09:44:14 +0000
commit6fc1c9cd67d0792a8dec1d7838eff54f2f7756d7 (patch)
treef953114c57c6d88a1d778544f41dcb014b0fb80c /Python/pythonrun.c
parent04f9ae9241958e3d9daf65fdab0c2b9580faf7aa (diff)
downloadcpython-6fc1c9cd67d0792a8dec1d7838eff54f2f7756d7.tar.gz
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). ........
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions