Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Cython / tests / errors / e_cdef_closure.pyx
Size: Mime:
# mode: error

cpdef cpdef_yield():
    def inner():
        pass

_ERRORS = u"""
3:6: closures inside cpdef functions not yet supported
"""