mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-12-18 01:48:41 +00:00
One more genexpr -> generator_exp
This commit is contained in:
parent
071207ce48
commit
8454264cfc
@ -27,7 +27,7 @@ def test_grammar():
|
||||
expect_lhs.add('load_genexpr')
|
||||
|
||||
unused_rhs = unused_rhs.union(set("""
|
||||
except_pop_except genexpr classdefdeco2 listcomp
|
||||
except_pop_except generator_exp classdefdeco2 listcomp
|
||||
""".split()))
|
||||
if 3.0 <= PYTHON_VERSION:
|
||||
expect_lhs.add("annotate_arg")
|
||||
|
Loading…
Reference in New Issue
Block a user