From: Paul F. D. <du...@ll...> - 2001-04-17 19:25:05
|
On Tue, 17 Apr 2001, Johann Hibschman wrote: > Konrad Hinsen writes: >=20 > > You'd have to declare PyArray_API static in each module, but that > > won't be easy as some modules consist of more than one C source file. >=20 >=20 > All I did was insert a >=20 > #define NO_IMPORT_ARRAY >=20 > before the > #include "arrayobject.h" >=20 > in umathmodule.c >=20 > I repeated this for all the Packages, and it seems to work just fine. >=20 > --Johann >=20 > --=20 > Johann Hibschman jo...@ph... >=20 > _______________________________________________ > Numpy-discussion mailing list > Num...@li... > http://lists.sourceforge.net/lists/listinfo/numpy-discussion Such a change breaks other platforms...=20 |