This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MrJean1
Recipients MrJean1
Date 2008-05-07.20:29:07
SpamBayes Score 0.25221965
Marked as misclassified No
Message-id <1210192148.28.0.0746449633576.issue2784@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-05-07 20:29:08MrJean1setspambayes_score: 0.25222 -> 0.25221965
recipients: + MrJean1
2008-05-07 20:29:08MrJean1setspambayes_score: 0.25222 -> 0.25222
messageid: <1210192148.28.0.0746449633576.issue2784@psf.upfronthosting.co.za>
2008-05-07 20:29:07MrJean1linkissue2784 messages
2008-05-07 20:29:07MrJean1create