Backwards-compatability pxd files for CPython API
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 12 Mar 2010 11:48:09 +0000 (12:48 +0100)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 12 Mar 2010 11:48:09 +0000 (12:48 +0100)
commit31b7fc8e3bf65b9351dafbfffe1160f07ab53474
tree527625aa71c38ee01f740fd3cb1d8650ad727e65
parent19fa9fbf402425f11d1e45bd9642c67d87b3df85
Backwards-compatability pxd files for CPython API
33 files changed:
Cython/Includes/python_bool.pxd [new file with mode: 0644]
Cython/Includes/python_buffer.pxd [new file with mode: 0644]
Cython/Includes/python_bytes.pxd [new file with mode: 0644]
Cython/Includes/python_cobject.pxd [new file with mode: 0644]
Cython/Includes/python_complex.pxd [new file with mode: 0644]
Cython/Includes/python_dict.pxd [new file with mode: 0644]
Cython/Includes/python_exc.pxd [new file with mode: 0644]
Cython/Includes/python_float.pxd [new file with mode: 0644]
Cython/Includes/python_function.pxd [new file with mode: 0644]
Cython/Includes/python_getargs.pxd [new file with mode: 0644]
Cython/Includes/python_instance.pxd [new file with mode: 0644]
Cython/Includes/python_int.pxd [new file with mode: 0644]
Cython/Includes/python_iterator.pxd [new file with mode: 0644]
Cython/Includes/python_list.pxd [new file with mode: 0644]
Cython/Includes/python_long.pxd [new file with mode: 0644]
Cython/Includes/python_mapping.pxd [new file with mode: 0644]
Cython/Includes/python_mem.pxd [new file with mode: 0644]
Cython/Includes/python_method.pxd [new file with mode: 0644]
Cython/Includes/python_module.pxd [new file with mode: 0644]
Cython/Includes/python_number.pxd [new file with mode: 0644]
Cython/Includes/python_object.pxd [new file with mode: 0644]
Cython/Includes/python_oldbuffer.pxd [new file with mode: 0644]
Cython/Includes/python_pycapsule.pxd [new file with mode: 0644]
Cython/Includes/python_ref.pxd [new file with mode: 0644]
Cython/Includes/python_sequence.pxd [new file with mode: 0644]
Cython/Includes/python_set.pxd [new file with mode: 0644]
Cython/Includes/python_string.pxd [new file with mode: 0644]
Cython/Includes/python_tuple.pxd [new file with mode: 0644]
Cython/Includes/python_type.pxd [new file with mode: 0644]
Cython/Includes/python_unicode.pxd [new file with mode: 0644]
Cython/Includes/python_version.pxd [new file with mode: 0644]
Cython/Includes/python_weakref.pxd [new file with mode: 0644]
tests/run/cython_includes.pyx