[Cython] Temp allocation bug

Robert Bradshaw robertwb at math.washington.edu
Sat Jan 17 10:59:08 CET 2009


It seems there's a bug in temp allocation, basically a temp is  
allocated but never released (even though it's freed).

See http://hg.cython.org/cython-devel/file/4f0327bdebc9/tests/run/ 
call_crash.pyx

- Robert



More information about the Cython-dev mailing list