On Wed, 2010-11-17 at 09:20 +0100, Stefan Behnel wrote:
> 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 ...

Looks like:
  http://bugs.python.org/issue9518


Hope this is helpful
Dave







_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to