You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Tidy a bit
This commit is contained in:
BIN
test/bytecode_2.7/05_const_map.pyc
Normal file
BIN
test/bytecode_2.7/05_const_map.pyc
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,5 +0,0 @@
|
||||
def fn(var1, var2):
|
||||
return f'interpolate {var1} strings {var2} py36'
|
||||
|
||||
|
||||
fn('a', 'b')
|
@@ -1,2 +0,0 @@
|
||||
def fn(var):
|
||||
return f'interpolate {var} strings'
|
@@ -40,6 +40,7 @@ class Python35Parser(Python3Parser):
|
||||
# RETURN_END_IF vs RETURN_VALUE
|
||||
|
||||
ifelsestmtc ::= testexpr c_stmts_opt JUMP_FORWARD else_suitec
|
||||
# ifstmt ::= testexpr c_stmts_opt
|
||||
|
||||
# Python 3.3+ also has yield from. 3.5 does it
|
||||
# differently than 3.3, 3.4
|
||||
|
Reference in New Issue
Block a user