New submission from Nick Coghlan:

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.

----------
messages: 188528
nosy: ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Provide dis.Bytecode based equivalent of dis.distb
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17916>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to