Change getattr() of TimeStamp to use PyObject_GetAttrString().
When the import changed to be absolute rather than relative, the trick of using the same Python string for the import and the getattr failed. Add an assert() that TimeStamp is not NULL.
Showing
Please register or sign in to comment