mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-26 22:50:40 +00:00
More tests
This commit is contained in:
parent
b5cd160ebb
commit
3c8f38f8a6
Binary file not shown.
BIN
test/bytecode_2.5/02_unary_convert.pyc
Normal file
BIN
test/bytecode_2.5/02_unary_convert.pyc
Normal file
Binary file not shown.
4
test/simple_source/bug22/02_generators.py
Normal file
4
test/simple_source/bug22/02_generators.py
Normal file
@ -0,0 +1,4 @@
|
||||
from __future__ import generators
|
||||
def gen():
|
||||
for i in range(10):
|
||||
yield
|
Loading…
Reference in New Issue
Block a user