mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 05:00:07 +00:00
Fix 10_del.py syntax
This commit is contained in:
parent
7c58f8b41d
commit
e064791870
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
|
||||
|
Loading…
Reference in New Issue
Block a user