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 doerwalter
Recipients doerwalter, ncoghlan, pitrou, vstinner
Date 2013-11-25.17:12:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385399558.07.0.628948722486.issue19585@psf.upfronthosting.co.za>
In-reply-to
Content
Do you have an example where code objects are shared? We could attach the annotation formatter to the function object, but unfortunately the function object is now accessible in the traceback.

Note the co_annotation is not the annotation string, rather it is a function that does the formatting of the annotation.
History
Date User Action Args
2013-11-25 17:12:38doerwaltersetrecipients: + doerwalter, ncoghlan, pitrou, vstinner
2013-11-25 17:12:38doerwaltersetmessageid: <1385399558.07.0.628948722486.issue19585@psf.upfronthosting.co.za>
2013-11-25 17:12:38doerwalterlinkissue19585 messages
2013-11-25 17:12:37doerwaltercreate