Allow a cpdef function to override a cdef function
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 8 Feb 2008 08:03:24 +0000 (00:03 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 8 Feb 2008 08:03:24 +0000 (00:03 -0800)
commitaa77044b4a9e104ef52ab8ad693c531dbf567e38
tree61b8960a70b9fd2fa512a0764bf9b5e27dfdc36d
parent9fa7ce414329041a762508d229e9c6e579d92cf3
Allow a cpdef function to override a cdef function

(But not the other way around...)
Cython/Compiler/PyrexTypes.py