[Python-Dev] Patch 595601

Barry Warsaw barry@python.org
23 Jun 2003 14:18:02 -0400


On Mon, 2003-06-23 at 14:10, Skip Montanaro wrote:

> Would it be reasonable to raise an error or warning if a file's close()
> method was called when the reference count was greater than 1?

There could be lots of reasons why a file's refcount was greater than 1
without threads entering into the picture.

-Barry