Message 286720 - Python tracker
Message286720
| Author | gwk |
|---|---|
| Recipients | ammar2, gwk, vstinner, xdegaye |
| Date | 2017-02-01.23:29:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1485991752.94.0.468956968523.issue29400@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached is a demo of using the feature as a fancy replacement for __ltrace__. It demonstrates using a closure for the local trace function to track the previous offset, and prints the offset transitions as src -> dst pairs. This helped me learn a lot about how exception handling works at the bytecode level. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-01 23:29:12 | gwk | set | recipients: + gwk, vstinner, xdegaye, ammar2 |
| 2017-02-01 23:29:12 | gwk | set | messageid: <1485991752.94.0.468956968523.issue29400@psf.upfronthosting.co.za> |
| 2017-02-01 23:29:12 | gwk | link | issue29400 messages |
| 2017-02-01 23:29:12 | gwk | create | |