Commit 21f87d6f authored by Stefan Behnel's avatar Stefan Behnel

comment

parent c72687b6
......@@ -1500,6 +1500,8 @@ class PyClassScope(ClassScope):
if entry is None:
error(pos, "no binding for nonlocal '%s' found" % name)
else:
# FIXME: this works, but it's unclear if it's the
# right thing to do
self.entries[name] = entry
def add_default_value(self, type):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment