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 461d89c commit 3ddadd3Copy full SHA for 3ddadd3
content/cython.rst
@@ -204,7 +204,7 @@ generated C code.
204
Adding static type information
205
------------------------------
206
207
-So far our Cythonized extension module is rather dumb. We have reduced some
+So far our Cythonized extension module is rather minimal. We have reduced some
208
of the interpreting overhead by compiling the code, but it's still using Python's
209
fully dynamic type system with the same boxing and unboxing overhead as in
210
standard Python. This is because there are no type declarations in the code
0 commit comments