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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
