-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
listobject.h:33:36: error: void value not ignored as it ought to be #94507
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
Comments
What library are you installing? This looks like a bug in the library, not CPython itself. |
And which version of Python? “ CPython versions tested on: 0.29.28” isn’t right. |
@ericvsmith A path from the error message suggests it's 3.10. @AlexLuya Can you write here an output of |
Python 3.10.4 |
This looks like a recent Cython version to me. Post it on the Cython bug tracker instead. https://github.com/cython/cython/issues Remember to include enough code to actually reproduce the bug. (Or of course it may be an issue in whatever package you're trying to install. In which case you should report it to them and not Cython) |
My conclusion having looked at it as a Cython issue: I don't think this is a Cython issue (even though a Cython version was quoted I don't think it looks like Cython-generated code). Whatever library it was was probably broken by #19975. It looks from the description there that this change was expected and intended to break some C API code. |
And you probably just want to replace |
Closing since this doesn't seem to be a bug in CPython (and likely not in Cython either, thanks @da-woods for looking). |
Bug report
When running a "python3 setup install",I got an error:
Your environment
The text was updated successfully, but these errors were encountered: