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

aaronreidsmith / Cython   python

Repository URL to install this package:

Version: 0.29.14 

/ Includes / posix / ioctl.pxd

cdef extern from "<sys/ioctl.h>" nogil:
    enum: FIONBIO

    int ioctl(int fd, int request, ...)