You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
More tests
This commit is contained in:
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
|
Reference in New Issue
Block a user