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

Rust awaitables on PyPy are broken #120

Closed
gi0baro opened this issue Sep 4, 2023 · 1 comment
Closed

Rust awaitables on PyPy are broken #120

gi0baro opened this issue Sep 4, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@gi0baro
Copy link
Member

gi0baro commented Sep 4, 2023

Both PyIterAwaitable and PyFutureAwaitable always returns None on PyPy after iteration.
The actual result is properly set from Rust, in CPython everything works as expected.

@gi0baro gi0baro added bug Something isn't working help wanted Extra attention is needed labels Sep 4, 2023
@gi0baro gi0baro added this to the 0.6 milestone Sep 4, 2023
@gi0baro gi0baro removed the help wanted Extra attention is needed label Sep 18, 2023
@gi0baro
Copy link
Member Author

gi0baro commented Sep 18, 2023

This is confirmed to be a bug in PyO3, should be fixed by PyO3/pyo3#3471

@gi0baro gi0baro closed this as completed Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant