Comment 1 for bug 1405171

Revision history for this message
Christian Jacobs (ctjacobs) wrote :

This appears to be an issue when PyErr_SetString is called in error_checking (libspud.c:39) as a result of a SPUD_NEW_KEY_WARNING. After calling this function, the value stored in secondArg (libspud:691) seems to get overwritten if it's a float or a double. I've commented out line libspud.c:39 as a work-around.