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-08-21.11:46:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377085565.09.0.948361678112.issue17916@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a basic patch, using a classmethod. It doesn't support the full distb API (if the traceback is not given, try to retrieve the last one), because Bytecode.from_tb() looks pretty weird.
History
Date User Action Args
2013-08-21 11:46:05Claudiu.Popasetrecipients: + Claudiu.Popa, ncoghlan
2013-08-21 11:46:05Claudiu.Popasetmessageid: <1377085565.09.0.948361678112.issue17916@psf.upfronthosting.co.za>
2013-08-21 11:46:05Claudiu.Popalinkissue17916 messages
2013-08-21 11:46:05Claudiu.Popacreate