[New-bugs-announce] [issue17916] Provide dis.Bytecode based equivalent of dis.distb

Nick Coghlan report at bugs.python.org
Mon May 6 14:54:24 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17916>
_______________________________________


More information about the New-bugs-announce mailing list