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 ncoghlan
Recipients ncoghlan
Date 2013-05-06.12:54:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367844864.14.0.49825143621.issue17916@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 11816 adds a new dis.Bytecode API that replaces most of the dis functions, but doesn't cover dis.distb.

A dis.Bytecode.from_tb class method, or a TracebackBytecode subclass to handle that use case may be desirable.
History
Date User Action Args
2013-05-06 12:54:24ncoghlansetrecipients: + ncoghlan
2013-05-06 12:54:24ncoghlansetmessageid: <1367844864.14.0.49825143621.issue17916@psf.upfronthosting.co.za>
2013-05-06 12:54:24ncoghlanlinkissue17916 messages
2013-05-06 12:54:24ncoghlancreate