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 christian.heimes
Recipients brett.cannon, christian.heimes, georg.brandl, jcea
Date 2012-09-10.09:31:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347269495.37.0.512777937767.issue15895@psf.upfronthosting.co.za>
In-reply-to
Content
No, that's not possible. 'fp' is part of the argument to PyRun_SimpleFileExFlags() and never NULL. We need some way to distinguish a externally provided fp from a self-opened fp and fclose(fp) in the latter case.
History
Date User Action Args
2012-09-10 09:31:35christian.heimessetrecipients: + christian.heimes, brett.cannon, georg.brandl, jcea
2012-09-10 09:31:35christian.heimessetmessageid: <1347269495.37.0.512777937767.issue15895@psf.upfronthosting.co.za>
2012-09-10 09:31:34christian.heimeslinkissue15895 messages
2012-09-10 09:31:34christian.heimescreate