[issue19585] Frame annotation

Nick Coghlan report at bugs.python.org
Thu Jan 16 05:29:39 CET 2014


Nick Coghlan added the comment:

Another use case from frame annotations: allowing greenlets and threads to indicate which greenlet or thread a traceback is from whenever it is printed (this is similar to the way the runtime indicates which thread a traceback occurred in when it terminates the the thread, but would apply whenever the uppermost frame is displayed in a thread that isn't the main thread, or in the case of greenlets, the uppermost frame in the greenlet, always)

----------

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


More information about the Python-bugs-list mailing list