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 dmalcolm, jcea, meador.inge, python-dev, vstinner
Date 2011-12-19.12:59:40
SpamBayes Score 1.3160237e-08
Marked as misclassified No
Message-id <1324299581.3.0.286622170392.issue13628@psf.upfronthosting.co.za>
In-reply-to
Content
> It is possible to retrieve "f" from the caller, PyEval_EvalCodeEx()

It does not always work, but it works sometimes, so it's better to try :-)

I applied my fix to Python 2.7, 3.2 and 3.3. lipython.py of Python 2.7 is outdated, it should be resynchronized with the one of Python 3.3. I will do that later and in another issue.
History
Date User Action Args
2011-12-19 12:59:41vstinnersetrecipients: + vstinner, jcea, dmalcolm, meador.inge, python-dev
2011-12-19 12:59:41vstinnersetmessageid: <1324299581.3.0.286622170392.issue13628@psf.upfronthosting.co.za>
2011-12-19 12:59:40vstinnerlinkissue13628 messages
2011-12-19 12:59:40vstinnercreate