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 flox
Recipients Trundle, amaury.forgeotdarc, brett.cannon, flox, r.david.murray
Date 2010-01-28.20:30:52
SpamBayes Score 0.0014563274
Marked as misclassified No
Message-id <1264710654.47.0.772174516547.issue7732@psf.upfronthosting.co.za>
In-reply-to
Content
AFAICT, in this case, if PyString_FromString gives NULL, then (o_name == NULL) and the function returns without calling "fill_file_fields".
Hence, the fp is not opened.

Do you suggest something else?
History
Date User Action Args
2010-01-28 20:30:54floxsetrecipients: + flox, brett.cannon, amaury.forgeotdarc, r.david.murray, Trundle
2010-01-28 20:30:54floxsetmessageid: <1264710654.47.0.772174516547.issue7732@psf.upfronthosting.co.za>
2010-01-28 20:30:53floxlinkissue7732 messages
2010-01-28 20:30:52floxcreate