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 / broken / r_traceback.pyx
Size: Mime:
cdef int spam() except -1:
    raise Exception("Spam error")

cdef int grail() except -1:
    spam()

def tomato():
    grail()