We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are quite a few wheels for uarray on pypi. Given the limited scope of uarray, is it possible to build uarray wheels with Py_LIMITED_API on?
Py_LIMITED_API
Looking at cryptography on pypi, there are less wheels for most architectures. (pypy still need their own builds)
XREF: pypa/cibuildwheel#78
The text was updated successfully, but these errors were encountered:
I believe we use vectorcall which is important for speed and not in the limited set.
vectorcall
Sorry, something went wrong.
Ah yes, PyObject_Vectorcall and friends are not part of the limited api. Closing issue.
No branches or pull requests
There are quite a few wheels for uarray on pypi. Given the limited scope of uarray, is it possible to build uarray wheels with
Py_LIMITED_API
on?Looking at cryptography on pypi, there are less wheels for most architectures. (pypy still need their own builds)
XREF: pypa/cibuildwheel#78
The text was updated successfully, but these errors were encountered: