[Image-SIG] PngImagePlugin 0.5 fails to load Png files

Fredrik Lundh fredrik@pythonware.com
Wed, 11 Apr 2001 15:16:02 +0200


duncan wrote:

> Possible fixes include deleting the self.png.close call on line 269,
> or setting self.png=None after the close and reopening it in load_read
> as required.

iirc, that close call is part of another bug fix (a resource leakage).
looks like it didn't quite work.  I'll look into this for 1.1.2.

Thanks /F