Skip to content

Build wheels with Py_LIMITED_API & abi3 #270

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

Closed
thomasjpfan opened this issue Feb 7, 2022 · 2 comments
Closed

Build wheels with Py_LIMITED_API & abi3 #270

thomasjpfan opened this issue Feb 7, 2022 · 2 comments

Comments

@thomasjpfan
Copy link

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

@hameerabbasi
Copy link
Collaborator

I believe we use vectorcall which is important for speed and not in the limited set.

@thomasjpfan
Copy link
Author

Ah yes, PyObject_Vectorcall and friends are not part of the limited api. Closing issue.

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

2 participants