Hi, we get warnings in basically all test modules compiled under Python 3 in C++ mode, e.g.
https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests-py3k-cpp/605/parsed_console/ They all look like this: """ withstat.cpp:10002: warning: missing initializer for member ‘PyModuleDef_Base::m_init’ withstat.cpp:10002: warning: missing initializer for member ‘PyModuleDef_Base::m_index’ withstat.cpp:10002: warning: missing initializer for member ‘PyModuleDef_Base::m_copy’ """ Can one of the C++ gurus please check if there's anything we can do about these? Given that this only appears in Py3, it's most likely a problem in CPython ... Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
