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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19585>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to