-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
TypeError: 'Buffer' does not support the buffer interface #116
Comments
Thanks for the reproducer! |
Regarding this and the related issue, not ignoring.. just busy. 😅 |
No worries. I completely understand. And I worked around it by just using 3.9. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using pypy 3.8 I get the error mentioned in the title. This doesn't seem to happen on pypy 3.9. Do you know what might be going on?
To reproduce, save the following contents as
compress.py
:And then you can use the following
Dockerfile
:Note: Change the dockerfile to use
pypy:3.9-bullseye
to see that it works in 3.9The text was updated successfully, but these errors were encountered: