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 Claudiu.Popa
Recipients Claudiu.Popa, ncoghlan
Date 2013-10-24.18:02:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382637766.01.0.439503967274.issue17916@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the updated version according to your comments. Because there is no need for show_info() and info(), the current class is not a subclass of Bytecode (as I implied from your first message). After issue19378 is fixed, we could change the line_offset with something else in TracebackBytecode.__iter__.
History
Date User Action Args
2013-10-24 18:02:46Claudiu.Popasetrecipients: + Claudiu.Popa, ncoghlan
2013-10-24 18:02:46Claudiu.Popasetmessageid: <1382637766.01.0.439503967274.issue17916@psf.upfronthosting.co.za>
2013-10-24 18:02:45Claudiu.Popalinkissue17916 messages
2013-10-24 18:02:45Claudiu.Popacreate