[Cython] make __pyx_modulename have static storage

Stefan Behnel stefan_ml at behnel.de
Fri Apr 17 07:39:06 CEST 2009


Lisandro Dalcin wrote:
> Just noticed this line (reported by Intel compiler)
> 
> const char *__pyx_modulename = "mpi4py.MPI";
> 
> Any good reason to not make it have "static" storage?

No, it shouldn't be used anywhere else anyway.

Stefan


More information about the Cython-dev mailing list