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
_______________________________________________
cython-devel mailing list
[email protected]
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to