Stop cfunc/ccall/class applying to inner funcs/classes (GH-4575)
Fixes https://github.com/cython/cython/issues/4092 Nested cdef classes are not tested because they don't officially work at this stage (see https://github.com/cython/cython/issues/4572). It should be tested if/when they're fully supported.
Showing
Please register or sign in to comment