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 / compile / cunsignedlong.pyx
Size: Mime:
# mode: compile

cdef void f():
    cdef unsigned long x
    cdef object y=0
    x = y
    y = x

f()