You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
async with rules back to 3.5 and ...
add precidence on cascaded "await" expressions
This commit is contained in:
@@ -92,6 +92,8 @@ PRECEDENCE = {
|
||||
|
||||
'BINARY_POWER': 4, # Exponentiation, *
|
||||
|
||||
'await_expr': 3, # await x, *
|
||||
|
||||
'attribute': 2, # x.attribute
|
||||
'buildslice2': 2, # x[index]
|
||||
'buildslice3': 2, # x[index:index]
|
||||
|
Reference in New Issue
Block a user