Is code produced by Cython always just as correct as the Python code it was produced from?
It may help other readers to address the use of Cython static type declarations and other Cython features (if any), though I am only interested in the case of creating Cython files by renaming the Python modules to *.pyx.
I only care about the subset of Python covered by Cython.