You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Modify test_grammar for last change
This commit is contained in:
@@ -30,7 +30,7 @@ def test_grammar():
|
|||||||
|
|
||||||
unused_rhs = unused_rhs.union(set("""
|
unused_rhs = unused_rhs.union(set("""
|
||||||
except_pop_except generator_exp classdefdeco2
|
except_pop_except generator_exp classdefdeco2
|
||||||
mapexpr
|
dict
|
||||||
""".split()))
|
""".split()))
|
||||||
if 3.0 <= PYTHON_VERSION:
|
if 3.0 <= PYTHON_VERSION:
|
||||||
expect_lhs.add("annotate_arg")
|
expect_lhs.add("annotate_arg")
|
||||||
|
Reference in New Issue
Block a user