You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Fix Python 2.4-2.6 comp_for text generation...
Makefile: tolerate pypy 5.3.x Rest: fix semantic action rule for comp_for and test this
This commit is contained in:
4
test/simple_source/bug26/04_comp_for.py
Normal file
4
test/simple_source/bug26/04_comp_for.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# From python2.6/_abcoll.py
|
||||
# Bug was wrong code for "comp_for" giving
|
||||
# "for in x" instead of: "for x in y"
|
||||
chain = (e for s in (self, other) for x in y)
|
Reference in New Issue
Block a user