You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like that header was never properly updated to capture the new API added to abstract.h in 3.10. PRs to improve the bindings are very welcome :)
It looks like PySendResult is just an integer enum so that should also be straightforward to wrap.
Bug Description
I wanted to use
PyIter_Send
function for a generator and I can't have the function result:https://github.com/PyO3/pyo3/blob/v0.23.1/pyo3-ffi/src/abstract_.rs#L123
Steps to Reproduce
An example which should work:
Backtrace
No response
Your operating system and version
Manjaro Linux 24.1
Your Python version (
python --version
)Python 3.11.10
Your Rust version (
rustc --version
)rustc 1.82.0 (f6e511eec 2024-10-15)
Your PyO3 version
0.23.1
How did you install python? Did you use a virtualenv?
pyenv
Additional Info
No response
The text was updated successfully, but these errors were encountered: