We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df5aa0 commit 7dfade1Copy full SHA for 7dfade1
test/Makefile
@@ -277,7 +277,7 @@ pypy-2.7 5.0 5.3 6.0:
277
pypy-3.2 2.4:
278
$(PYTHON) test_pythonlib.py --bytecode-pypy3.2 --verify
279
280
-gclean: clean-py-dis clean-dis clean-unverified
+clean: clean-py-dis clean-dis clean-unverified
281
282
clean-dis:
283
find . -name '*_dis' -exec rm -v '{}' ';'
uncompyle6/parser.py
@@ -582,8 +582,6 @@ def p_store(self, args):
582
## designLists ::=
583
## Will need to redo semantic actiion
584
585
- stmt ::= LOAD_CONST POP_TOP
586
-
587
store ::= STORE_FAST
588
store ::= STORE_NAME
589
store ::= STORE_GLOBAL
0 commit comments