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

Fix aiohttp benchmark on Python 3.11 #8

Merged
merged 2 commits into from
Aug 16, 2022
Merged

Conversation

mdboom
Copy link
Collaborator

@mdboom mdboom commented Aug 16, 2022

This upgrades cython to a version that is compatible with Python 3.11, and then
uses --no-binary on uvloop and yarl to force a "re-Cythonization" of the
package.

I could understand if one doesn't want to merge this, since we would be testing
a local build of these packages rather than official upstream wheel. However,
this does get things working in the meantime.

EDIT: yarl already has a working release, so just updated to that. uvloop requires this "hack" still.

This upgrades cython to a version that is compatible with Python 3.11, and then
uses `--no-binary` on `uvloop` and `yarl` to force a "re-Cythonization" of the
package.

I could understand if one doesn't want to merge this, since we would be testing
a local build of these packages rather than official upstream wheel. However,
this does get things working in the meantime.
@kmod kmod merged commit 5a52474 into pyston:main Aug 16, 2022
@kmod
Copy link
Contributor

kmod commented Aug 16, 2022

Seems good to me, thanks!

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

Successfully merging this pull request may close these issues.

2 participants