Comment 25 for bug 610820

Revision history for this message
Julian Andres Klode (juliank) wrote :

Could you check whether the attached patch fixes the bug? It seems to have to do with unsigned/signed and long/int stuff, and the attached patch changes all conversions from a numerical type to a Python object to use the correct conversion function with the help of overloaded MkPyNumber functions.