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 2.6 grammar test tweak
This commit is contained in:
@@ -595,11 +595,6 @@ class Python3Parser(PythonParser):
|
||||
return_lambda LAMBDA_MARKER
|
||||
""", nop_func)
|
||||
|
||||
if self.version <= 3.6:
|
||||
call_function1 = 'CALL_FUNCTION_1'
|
||||
else:
|
||||
call_function1 = 'CALL_METHOD_1'
|
||||
|
||||
has_get_iter_call_function1 = False
|
||||
n = len(tokens)
|
||||
max_branches = 0
|
||||
|
Reference in New Issue
Block a user