This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gwk
Recipients ammar2, gwk, vstinner, xdegaye
Date 2017-02-01.23:29:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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:12gwksetrecipients: + gwk, vstinner, xdegaye, ammar2
2017-02-01 23:29:12gwksetmessageid: <[email protected]>
2017-02-01 23:29:12gwklinkissue29400 messages
2017-02-01 23:29:12gwkcreate