[Cython] How should be C-clobal deletion handled?

Greg Ewing greg.ewing at canterbury.ac.nz
Fri May 24 08:00:41 CEST 2013


Vitja Makarov wrote:
> Recently I've found that the following code causes segmentation fault:
> 
> cdef object f
> del f
> print f

FWIW, Pyrex disallows using del on cdef names.

-- 
Greg


More information about the cython-devel mailing list