Comment 8 for bug 675064

Revision history for this message
Arfrever Frehtes Taifersar Arahesis (arfrever-fta) wrote :

You can't reproduce it, because you use 32-bit architecture. http://docs.python.org/py3k/extending/extending.html shows that PyMODINIT_FUNC is needed also with Python 3. Mistakenly placed '#if PY_MAJOR_VERSION < 3' causes that PyMODINIT_FUNC is used only with Python 2. If you don't have access to 64-bit architecture, then please wait for somebody using 64-bit architecture.