You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Add another 3.8 try/finally rule and semantic action
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Bug in 3.6 was not taking "else" branch after compond "if"
|
||||
# In earlier versions we had else detection needed here.
|
||||
|
||||
# RUNNABLE!
|
||||
def f(a, b, c):
|
||||
if a and b:
|
||||
x = 1
|
||||
|
Reference in New Issue
Block a user