projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd36e80
)
Add closure_temps .pxd declaration
author
Vitja Makarov
<vitja.makarov@gmail.com>
Mon, 13 Dec 2010 17:54:32 +0000
(20:54 +0300)
committer
Vitja Makarov
<vitja.makarov@gmail.com>
Mon, 13 Dec 2010 17:54:32 +0000
(20:54 +0300)
Cython/Compiler/Code.pxd
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Code.pxd
b/Cython/Compiler/Code.pxd
index 87de03a87a9bc9a04ab2579839d59260d7065b2a..f84e05060f018e16b61a939c8b10fad892153c08 100644
(file)
--- a/
Cython/Compiler/Code.pxd
+++ b/
Cython/Compiler/Code.pxd
@@
-34,6
+34,8
@@
cdef class FunctionState:
cdef public dict temps_used_type
cdef public size_t temp_counter
+ cdef public object closure_temps
+
@cython.locals(n=size_t)
cpdef new_label(self, name=*)
cpdef tuple get_loop_labels(self)