mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Whitespace normalization.
This commit is contained in:
parent
c0c12b5707
commit
2c60f7a136
11 changed files with 98 additions and 98 deletions
|
@ -1859,10 +1859,10 @@ def dis(pickle, out=None, indentlevel=4):
|
|||
|
||||
markmsg = None
|
||||
if markstack and markobject in opcode.stack_before:
|
||||
assert markobject not in opcode.stack_after
|
||||
markpos = markstack.pop()
|
||||
if markpos is not None:
|
||||
markmsg = "(MARK at %d)" % markpos
|
||||
assert markobject not in opcode.stack_after
|
||||
markpos = markstack.pop()
|
||||
if markpos is not None:
|
||||
markmsg = "(MARK at %d)" % markpos
|
||||
|
||||
if arg is not None or markmsg:
|
||||
# make a mild effort to align arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue