remove comment
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 8 Mar 2013 20:16:00 +0000 (21:16 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 8 Mar 2013 20:16:00 +0000 (21:16 +0100)
Cython/Compiler/Symtab.py

index 80742f2..446fe6c 100644 (file)
@@ -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