Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning with Python 3.9 and test.py completely fails - patches included #5

Open
juliangilbey opened this issue Dec 29, 2020 · 0 comments

Comments

@juliangilbey
Copy link

Python is no longer happy with using size_t for the type of the size argument to PyArg_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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant