projects
/
platform
/
upstream
/
python-cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53f5787
)
fix compiler crash in declaration analysis
author
Stefan Behnel
<stefan_ml@behnel.de>
Fri, 11 May 2012 05:23:02 +0000
(07:23 +0200)
committer
Stefan Behnel
<stefan_ml@behnel.de>
Fri, 11 May 2012 05:23:02 +0000
(07:23 +0200)
Cython/Compiler/Symtab.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Symtab.py
b/Cython/Compiler/Symtab.py
index
1fee7a6
..
b938f6b
100644
(file)
--- a/
Cython/Compiler/Symtab.py
+++ b/
Cython/Compiler/Symtab.py
@@
-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