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 ericp
Recipients ericp
Date 2010-07-16.17:21:03
SpamBayes Score 0.039276794
Marked as misclassified No
Message-id <1279300874.85.0.408315798568.issue9274@psf.upfronthosting.co.za>
In-reply-to
Content
Similar to bug http://bugs.python.org/issue5215 which found
a workaround in pdb.  Here I want to use code.InteractiveInterpreter
to modify code interactively (see Komodo bug
http://bugs.activestate.com/show_bug.cgi?id=87405 )

I can do this at the top-level, but not inside a function.  The
attached file shows the problem:
History
Date User Action Args
2010-07-16 17:21:15ericpsetrecipients: + ericp
2010-07-16 17:21:14ericpsetmessageid: <1279300874.85.0.408315798568.issue9274@psf.upfronthosting.co.za>
2010-07-16 17:21:04ericplinkissue9274 messages
2010-07-16 17:21:04ericpcreate