You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Python 3.5 tolerance
This commit is contained in:
@@ -1763,7 +1763,7 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
line_number = self.line_number
|
||||
sep = ''
|
||||
opname = node[-1].kind
|
||||
if self.is_pypy and self.version >= 3.6:
|
||||
if self.is_pypy and self.version >= 3.5:
|
||||
if opname.startswith('BUILD_CONST_KEY_MAP'):
|
||||
keys = node[-2].attr
|
||||
# FIXME: DRY this and the above
|
||||
|
Reference in New Issue
Block a user