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 Trundle
Recipients Trundle, amaury.forgeotdarc, brett.cannon, flox, r.david.murray
Date 2010-01-28.20:23:58
SpamBayes Score 0.0033245175
Marked as misclassified No
Message-id <1264710239.92.0.635828060298.issue7732@psf.upfronthosting.co.za>
In-reply-to
Content
Note that the fp gets set with `fill_file_fields()` and that is called after the error return of `PyString_FromString()`. Hence, the fp is left open if `PyString_FromString()` returns NULL.
History
Date User Action Args
2010-01-28 20:24:00Trundlesetrecipients: + Trundle, brett.cannon, amaury.forgeotdarc, r.david.murray, flox
2010-01-28 20:23:59Trundlesetmessageid: <1264710239.92.0.635828060298.issue7732@psf.upfronthosting.co.za>
2010-01-28 20:23:58Trundlelinkissue7732 messages
2010-01-28 20:23:58Trundlecreate