Message208233
| Author | ncoghlan |
|---|---|
| Recipients | doerwalter, ncoghlan, pitrou, vstinner |
| Date | 2014-01-16.04:29:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1389846579.69.0.88060507915.issue19585@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-16 04:29:39 | ncoghlan | set | recipients: + ncoghlan, doerwalter, pitrou, vstinner |
| 2014-01-16 04:29:39 | ncoghlan | set | messageid: <1389846579.69.0.88060507915.issue19585@psf.upfronthosting.co.za> |
| 2014-01-16 04:29:39 | ncoghlan | link | issue19585 messages |
| 2014-01-16 04:29:39 | ncoghlan | create | |