You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sip module makes calls to PyObject_GetBuffer() using the PyBUF_FORMAT flag when it should use PyBUF_SIMPLE. The following checks on the values returned are probably redundant and can be removed.