[Python-Dev] Patch 595601

Greg Ewing greg@cosc.canterbury.ac.nz
Wed, 25 Jun 2003 13:17:45 +1200 (NZST)


> I disagree that the thread has done nothing wrong: if one thread is
> closing a file that another thread is still reading, the whole
> application is buggy

It just seemed it would be a bit neater if the close succeeded and any
subsequent read failed, since that's what would happen anyway if the
close had been done a moment earlier. I guess it doesn't matter all
that much.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+