8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f68db commit c357f0fCopy full SHA for c357f0f
doc/cython.rst
@@ -7,6 +7,14 @@ Cython
7
An alternative to using the C API directly is to rewrite a C extension using
8
`Cython <http://cython.org/>`__ which generates C code using the C API.
9
10
+Cython allows you to wrap existing C code, but if you want to use Python
11
+objects in C or details which are not exposed at 6753 the Python level, you still
12
+need the Python C API to work with those.
13
+
14
+Whether to use Cython or not depends on your use case. It's not
15
+always the obvious choice (otherwise, those other tools would not
16
+exist).
17
18
XXX write a better rationale why migrating to Cython!
19
20
Questions:
0 commit comments