[issue19585] Frame annotation

Walter Dörwald report at bugs.python.org
Mon Nov 25 18:12:38 CET 2013


Walter Dörwald added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19585>
_______________________________________


More information about the Python-bugs-list mailing list