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_nogilcmeth.pyx
Size: Mime:
# mode: error

cdef class C:
	cdef void f(self) nogil:
		pass

_ERRORS = u"""
2:12: Previous declaration is here
4: 6: Signature not compatible with previous declaration
"""