Misc small changes

Go over history yet again
code cleanups.
This commit is contained in:
rocky
2016-05-16 10:15:55 -04:00
parent ebfe5e3ba8
commit 134b67d952
5 changed files with 51 additions and 21 deletions

View File

@@ -203,8 +203,8 @@ def cmp_code_objects(version, code_obj1, code_obj2, name=''):
JUMP_OPs = list(scan.JUMP_OPs) + ['JUMP_BACK']
# use changed Token class
# we (re)set this here to save exception handling,
# which would get 'unubersichtlich'
# We (re)set this here to save exception handling,
# which would get confusing.
scanner.setTokenClass(Token)
try:
# disassemble both code-objects