[Cython] How to define C-consts in python module scope

Stefan Behnel stefan_ml at behnel.de
Thu Jul 21 04:41:23 CEST 2011


Hi,

I think we're getting way off course with this discussion. The following is 
a good way to get back into a useful direction.

Robert Bradshaw, 20.07.2011 23:24:
> it would be a runtime error when trying to import the
> objects. I suppose if cimport does not inject anything into the python
> namespace, then "cimport" could just work and "import" would work iff
> the module is available at runtime.

+1

Stefan


More information about the cython-devel mailing list