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 / cpython / ceval.pxd


cdef extern from "Python.h":

    void PyEval_InitThreads()
        # Initialize and acquire the global interpreter lock.

    int PyEval_ThreadsInitialized()
        # Returns a non-zero value if PyEval_InitThreads() has been called.