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 test.py file fails for two reasons: first, the functions are called compress and decompress, and second, there is no file_compress/file_decompress method defined. This patch fixes these by renaming the functions and removing the file testing part of the code:
Python is no longer happy with using
size_t
for the type of the size argument toPyArg_ParseTupleAndKeywords
. This patch fixes this:deprecation-warning.patch
The test.py file fails for two reasons: first, the functions are called compress and decompress, and second, there is no file_compress/file_decompress method defined. This patch fixes these by renaming the functions and removing the file testing part of the code:
broken-test.patch
The text was updated successfully, but these errors were encountered: