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 vstinner
Recipients amaury.forgeotdarc, christian.heimes, vstinner
Date 2008-10-31.01:24:25
SpamBayes Score 1.0421983e-07
Marked as misclassified No
Message-id <1225416267.12.0.701241072597.issue4236@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch fixing this issue: set builtins._=None at exit.

The new introduced function, PyRun_InteractiveCleanup(), might also be 
called at the end of other functions like PyRun_InteractiveOne() or 
PyRun_InteractiveOneFlags(). If not, PyRun_InteractiveCleanup() should 
be exported.
History
Date User Action Args
2008-10-31 01:24:27vstinnersetrecipients: + vstinner, amaury.forgeotdarc, christian.heimes
2008-10-31 01:24:27vstinnersetmessageid: <1225416267.12.0.701241072597.issue4236@psf.upfronthosting.co.za>
2008-10-31 01:24:26vstinnerlinkissue4236 messages
2008-10-31 01:24:26vstinnercreate