• Dag Sverre Seljebotn's avatar
    Moving the CPython API to cpython. namespace · 19fa9fbf
    Dag Sverre Seljebotn authored
    --HG--
    rename : Cython/Includes/python.pxd => Cython/Includes/cpython/__init__.pxd
    rename : Cython/Includes/python_bool.pxd => Cython/Includes/cpython/bool.pxd
    rename : Cython/Includes/python_buffer.pxd => Cython/Includes/cpython/buffer.pxd
    rename : Cython/Includes/python_bytes.pxd => Cython/Includes/cpython/bytes.pxd
    rename : Cython/Includes/python_cobject.pxd => Cython/Includes/cpython/cobject.pxd
    rename : Cython/Includes/python_complex.pxd => Cython/Includes/cpython/complex.pxd
    rename : Cython/Includes/python_dict.pxd => Cython/Includes/cpython/dict.pxd
    rename : Cython/Includes/python_exc.pxd => Cython/Includes/cpython/exc.pxd
    rename : Cython/Includes/python_float.pxd => Cython/Includes/cpython/float.pxd
    rename : Cython/Includes/python_function.pxd => Cython/Includes/cpython/function.pxd
    rename : Cython/Includes/python_getargs.pxd => Cython/Includes/cpython/getargs.pxd
    rename : Cython/Includes/python_instance.pxd => Cython/Includes/cpython/instance.pxd
    renam...
    19fa9fbf