Commit 01be3445 authored by Stefan Behnel's avatar Stefan Behnel

added .pxd for PyUnicode C-API to Cython/Includes/

parent fdf5beeb
......@@ -136,6 +136,7 @@ from python_long cimport *
from python_float cimport *
from python_complex cimport *
from python_string cimport *
from python_unicode cimport *
from python_dict cimport *
from python_instance cimport *
from python_function cimport *
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment