[Cython] Strange cimport behaviour

Stefan Behnel stefan_ml at behnel.de
Thu Jul 21 14:39:21 CEST 2011


Lars Buitinck, 21.07.2011 11:28:
> 2011/7/21 Robert Bradshaw:
>> https://github.com/cython/cython/commit/55d5e576935d83c6bdadc593e36793aecffe0bae
>
> I'm not familiar enough with the Cython internals to understand this
> change; are #includes now generated in the C code in the order of the
> corresponding cimports?

That's been the case for several releases already. The change above only 
fixes a glitch where the #include was not generated at all.

Stefan


More information about the cython-devel mailing list