fix compiler crash in declaration analysis
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 11 May 2012 05:23:02 +0000 (07:23 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 11 May 2012 05:23:02 +0000 (07:23 +0200)
Cython/Compiler/Symtab.py

index 1fee7a6..b938f6b 100644 (file)
@@ -183,6 +183,7 @@ class Entry(object):
     fused_cfunction = None
     is_fused_specialized = False
     utility_code_definition = None
+    needs_property = False
     in_with_gil_block = 0
     from_cython_utility_code = None
     error_on_uninitialized = False