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
Make the code match the format string passed to ParseTuple for py3
The "y#" format does not take Py_buffer object. The previous code only worked because of the happy accident that the first member of Py_buffer is a void* to the data.
0 commit comments