You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Frank Ebersoll's grammar fix to make "assert isinstance(1, int)" work.
This commit is contained in:
@@ -55,8 +55,10 @@ tests['2.3'] = tests['2.2']
|
||||
tests['2.5'] = tests['2.3']
|
||||
# tests['2.7'] = ['mine'] + tests['2.6']
|
||||
tests['2.7'] = [
|
||||
'simple-source/branching/ifelse',
|
||||
'simple-source/branching/if'
|
||||
# 'simple-source/branching/ifelse',
|
||||
# 'simple-source/branching/if'
|
||||
'simple-source/misc/assert',
|
||||
'simple-source/misc/assign',
|
||||
# 'simple-source/call_arguments/keyword',
|
||||
# 'simple-source/call_arguments/positional'
|
||||
]
|
||||
|
Reference in New Issue
Block a user