Python 3.4: MAKE_FUNCTION starts to work.

This commit is contained in:
rocky
2015-12-19 11:15:48 -05:00
parent c0fcb5fc52
commit 93ab1f0281
12 changed files with 75 additions and 33 deletions

BIN
test/bytecode_2.7/def0.pyc Normal file

Binary file not shown.

BIN
test/bytecode_3.4/def0.pyc Normal file

Binary file not shown.

BIN
test/bytecode_3.4/def1.pyc Normal file

Binary file not shown.

View File

@@ -0,0 +1,2 @@
def x0():
pass

View File

@@ -0,0 +1,2 @@
def x1(a):
pass