Comment 7 for bug 675064

Revision history for this message
Tres Seaver (tseaver) wrote :

Our messages seemed to have crossed. I will need to look at what the Python
C API requires across all our supported platforms to figure out how to
apply your patch. In particular, the return type required for module
initialization functions has changed between Python 2 and Python 3: I'm
suspicious of the conditional definitiion of PyMODULE_INITFUC higher in
that file.