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:
@@ -30,6 +30,8 @@ def test_grammar():
|
||||
expect_lhs.add('kvlist')
|
||||
expect_lhs.add('kv3')
|
||||
unused_rhs.add('dict')
|
||||
elif PYTHON_VERSION == 2.6:
|
||||
unused_rhs.add('call')
|
||||
|
||||
if PYTHON3:
|
||||
expect_lhs.add('load_genexpr')
|
||||
|
Reference in New Issue
Block a user