You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
BIN
test/bytecode_2.6_run/00_generator.pyc
Normal file
BIN
test/bytecode_2.6_run/00_generator.pyc
Normal file
Binary file not shown.
7
test/simple_source/bug26/00_generator.py
Normal file
7
test/simple_source/bug26/00_generator.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# Issue #283 in Python 2.6
|
||||
# See https://github.com/rocky/python-uncompyle6/issues/283
|
||||
|
||||
# This code is RUNNABLE!
|
||||
|
||||
G = ( c for c in "spam, Spam, SPAM!" if c > 'A' and c < 'S')
|
||||
assert list(G) == ["P", "M"]
|
Reference in New Issue
Block a user