You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Fix 10_del.py syntax
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -25,8 +25,11 @@ def foo():
|
||||
global e
|
||||
del e
|
||||
|
||||
z = {}
|
||||
|
||||
def a():
|
||||
b =1
|
||||
global z
|
||||
del z
|
||||
def b(y):
|
||||
global z
|
||||
|
Reference in New Issue
Block a user