You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
BIN
test/bytecode_3.6/01_if_file.pyc
Normal file
BIN
test/bytecode_3.6/01_if_file.pyc
Normal file
Binary file not shown.
2
test/simple_source/bug36/01_if_file.py
Normal file
2
test/simple_source/bug36/01_if_file.py
Normal file
@@ -0,0 +1,2 @@
|
||||
if __file__:
|
||||
x = 5
|
@@ -16,6 +16,8 @@ class Python36Parser(Python35Parser):
|
||||
|
||||
def p_36misc(self, args):
|
||||
"""
|
||||
expr ::= LOAD_NAME EXTENDED_ARG
|
||||
|
||||
fstring_multi ::= fstring_expr_or_strs BUILD_STRING
|
||||
fstring_expr_or_strs ::= fstring_expr_or_str+
|
||||
|
||||
|
Reference in New Issue
Block a user