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 vinay.sajip
Recipients eric.snow, lemburg, python-dev, vinay.sajip
Date 2014-06-15.17:35:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402853700.43.0.958857904868.issue21709@psf.upfronthosting.co.za>
In-reply-to
Content
> Isn't __code__ implementation-specific?

Further data point: the contents of __code__ might be implementation-specific (as there are no other Python 3 implementations), but the 2.x equivalent, func_code, is to be found in CPython, Jython, IronPython and PyPy, and in each case it has a co_filename attribute pointing to a source file. Other internal details no doubt differ.
History
Date User Action Args
2014-06-15 17:35:00vinay.sajipsetrecipients: + vinay.sajip, lemburg, python-dev, eric.snow
2014-06-15 17:35:00vinay.sajipsetmessageid: <1402853700.43.0.958857904868.issue21709@psf.upfronthosting.co.za>
2014-06-15 17:35:00vinay.sajiplinkissue21709 messages
2014-06-15 17:35:00vinay.sajipcreate