Jean Brouwers <[EMAIL PROTECTED]> added the comment: There is one other, similar issue in the Modules/imgfile.c file. Line 327 is
PyFPE_START_PROTECT("readscaled", return 0) and should probably be PyFPE_START_PROTECT("readscaled", iclose(image); return 0) /Jean Brouwers __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2784> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com