You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
FIx bug that snuck in last commit.
This commit is contained in:
@@ -1532,7 +1532,7 @@ class Python3Parser(PythonParser):
|
|||||||
# FIXME: Put more in this table
|
# FIXME: Put more in this table
|
||||||
self.reduce_check_table = {
|
self.reduce_check_table = {
|
||||||
"except_handler_else": except_handler_else,
|
"except_handler_else": except_handler_else,
|
||||||
"ifstmt": ifstmt,
|
# "ifstmt": ifstmt,
|
||||||
"ifstmtl": ifstmt,
|
"ifstmtl": ifstmt,
|
||||||
"ifelsestmtc": ifstmt,
|
"ifelsestmtc": ifstmt,
|
||||||
"ifelsestmt": ifelsestmt,
|
"ifelsestmt": ifelsestmt,
|
||||||
|
Reference in New Issue
Block a user