You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +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
|
global e
|
||||||
del e
|
del e
|
||||||
|
|
||||||
|
z = {}
|
||||||
|
|
||||||
def a():
|
def a():
|
||||||
b =1
|
b =1
|
||||||
|
global z
|
||||||
del z
|
del z
|
||||||
def b(y):
|
def b(y):
|
||||||
global z
|
global z
|
||||||
|
Reference in New Issue
Block a user