Python3: remove "return None" at end of main for uncompyle. Fix up verify for Python3. First automated Python 3.4 tests via "makecheck-3.4" in test directory.

This commit is contained in:
rocky
2015-12-17 18:49:16 -05:00
parent 29f02edf79
commit a309a77ea7
118 changed files with 129 additions and 4430 deletions

13
pytest/testdata/if-2.7.right vendored Normal file
View File

@@ -0,0 +1,13 @@
# Python 2.7
# Embedded file name: ./source_3.4/branching/if.py
1 0 LOAD_NAME 'a'
3 POP_JUMP_IF_FALSE '15'
2 6 LOAD_NAME 'c'
9 STORE_NAME 'b'
12 JUMP_FORWARD '15'
15_0 COME_FROM '12'
15 LOAD_CONST ''
18 RETURN_VALUE ''