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
Zopfli wants to realloc its input buffers. PyArg_ParseTuple(args, "s#", does not return a reallocable pointer. We're currently performing a malloc and memcpy. Find something more efficient.
The text was updated successfully, but these errors were encountered:
Zopfli wants to realloc its input buffers.
PyArg_ParseTuple(args, "s#",
does not return a reallocable pointer. We're currently performing a malloc and memcpy. Find something more efficient.The text was updated successfully, but these errors were encountered: