mirror of
https://github.com/python/cpython.git
synced 2025-08-25 11:15:02 +00:00
Clarify why we define disco. Suggested by Andrew Dalke.
This commit is contained in:
parent
287b3996d5
commit
1cc2b9de35
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ def disassemble(co, lasti=-1):
|
|||
print '(' + cmp_op[oparg] + ')',
|
||||
print
|
||||
|
||||
disco = disassemble
|
||||
disco = disassemble # XXX For backwards compatibility
|
||||
|
||||
def findlabels(code):
|
||||
"""Detect all offsets in a byte code which are jump targets.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue