• 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
    rename : Cython/Includes/python_int.pxd => Cython/Includes/cpython/int.pxd
    rename : Cython/Includes/python_iterator.pxd => Cython/Includes/cpython/iterator.pxd
    rename : Cython/Includes/python_list.pxd => Cython/Includes/cpython/list.pxd
    rename : Cython/Includes/python_long.pxd => Cython/Includes/cpython/long.pxd
    rename : Cython/Includes/python_mapping.pxd => Cython/Includes/cpython/mapping.pxd
    rename : Cython/Includes/python_mem.pxd => Cython/Includes/cpython/mem.pxd
    rename : Cython/Includes/python_method.pxd => Cython/Includes/cpython/method.pxd
    rename : Cython/Includes/python_module.pxd => Cython/Includes/cpython/module.pxd
    rename : Cython/Includes/python_number.pxd => Cython/Includes/cpython/number.pxd
    rename : Cython/Includes/python_object.pxd => Cython/Includes/cpython/object.pxd
    rename : Cython/Includes/python_oldbuffer.pxd => Cython/Includes/cpython/oldbuffer.pxd
    rename : Cython/Includes/python_pycapsule.pxd => Cython/Includes/cpython/pycapsule.pxd
    rename : Cython/Includes/python_ref.pxd => Cython/Includes/cpython/ref.pxd
    rename : Cython/Includes/python_sequence.pxd => Cython/Includes/cpython/sequence.pxd
    rename : Cython/Includes/python_set.pxd => Cython/Includes/cpython/set.pxd
    rename : Cython/Includes/python_string.pxd => Cython/Includes/cpython/string.pxd
    rename : Cython/Includes/python_tuple.pxd => Cython/Includes/cpython/tuple.pxd
    rename : Cython/Includes/python_type.pxd => Cython/Includes/cpython/type.pxd
    rename : Cython/Includes/python_unicode.pxd => Cython/Includes/cpython/unicode.pxd
    rename : Cython/Includes/python_version.pxd => Cython/Includes/cpython/version.pxd
    rename : Cython/Includes/python_weakref.pxd => Cython/Includes/cpython/weakref.pxd
    rename : tests/run/libc_stdlib.pyx => tests/run/cython_includes.pyx
    19fa9fbf
__init__.pyx 13 Bytes