Commit 23a5f3f3 authored by Stefan Behnel's avatar Stefan Behnel

remove comment

parent 3b878008
......@@ -1736,7 +1736,7 @@ class PyClassScope(ClassScope):
entry = Scope.declare_var(self, name, type, pos,
cname=cname, visibility=visibility,
api=api, in_pxd=in_pxd, is_cdef=is_cdef)
entry.is_pyglobal = 1 # FIXME: WTF?
entry.is_pyglobal = 1
entry.is_pyclass_attr = 1
return entry
......
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