mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-91276: revert the increase of dis output width (GH-92126)
This commit is contained in:
parent
b9ab6cea08
commit
84b986ba10
2 changed files with 262 additions and 250 deletions
|
@ -264,7 +264,7 @@ _Instruction.positions.__doc__ = "dis.Positions object holding the span of sourc
|
|||
_ExceptionTableEntry = collections.namedtuple("_ExceptionTableEntry",
|
||||
"start end target depth lasti")
|
||||
|
||||
_OPNAME_WIDTH = max(map(len, opmap))
|
||||
_OPNAME_WIDTH = 20
|
||||
_OPARG_WIDTH = 5
|
||||
|
||||
class Instruction(_Instruction):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue