We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d0d65 commit d9a30f9Copy full SHA for d9a30f9
common/generic_utils.py
@@ -67,6 +67,7 @@ def func_reconstruct_closure(values):
67
try:
68
exec(src, globals())
69
except SyntaxError:
70
+ func = None
71
raise SyntaxError(src)
72
return func(values).__closure__
73
0 commit comments