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 python-dev
Recipients brett.cannon, christian.heimes, georg.brandl, jcea, python-dev
Date 2012-09-11.12:12:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XGQ3z69BszQC3@mail.python.org>
In-reply-to
Content
New changeset 4754c4a710e6 by Christian Heimes in branch 'default':
Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file and closeit is false.
http://hg.python.org/cpython/rev/4754c4a710e6
History
Date User Action Args
2012-09-11 12:12:33python-devsetrecipients: + python-dev, brett.cannon, georg.brandl, jcea, christian.heimes
2012-09-11 12:12:32python-devlinkissue15895 messages
2012-09-11 12:12:32python-devcreate