summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Code.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Compiler/Code.pxd')
-rw-r--r--Cython/Compiler/Code.pxd1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cython/Compiler/Code.pxd b/Cython/Compiler/Code.pxd
index 3037a16ee..e17e0fb1d 100644
--- a/Cython/Compiler/Code.pxd
+++ b/Cython/Compiler/Code.pxd
@@ -47,6 +47,7 @@ cdef class FunctionState:
cdef public list temps_allocated
cdef public dict temps_free
cdef public dict temps_used_type
+ cdef public set zombie_temps
cdef public size_t temp_counter
cdef public list collect_temps_stack