You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Python 2.5 try/except reduce fix
Start getting aligner up to date
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2020, 2022, 2024 Rocky Bernstein
|
||||
|
||||
|
||||
def tryexcept(self, lhs, n: int, rule, ast, tokens, first: int, last: int):
|
||||
def tryexcept(self, lhs, n, rule, ast, tokens, first, last):
|
||||
come_from_except = ast[-1]
|
||||
if rule == (
|
||||
"try_except",
|
||||
|
Reference in New Issue
Block a user