Lisandro Dalcin wrote:
> Sorry, I did not understad you comment, perhaps I was not clear
> enough... This is a global var, not one loca to function, then I'm
> asking to emit the C code like this:
>
> static const char *__pyx_modulename = "mpi4py.MPI";

Yes, that's what I meant. It's not supposed to be used anywhere outside of
the module, so "static" is correct here. I assume that Robert added the
constant because utility functions are not currently module specific.

Stefan

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to