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

chore(python): More PyO3 0.21 bound APIs #15872

Merged
merged 6 commits into from Apr 25, 2024

Conversation

itamarst
Copy link
Contributor

Fixes #15864

More lifetime issues... the hardest one was keeping the temporary PyBytes object read from BytesIO.getvalue() alive. Perhaps there's another way to do this.

@itamarst itamarst changed the title More PyO3 0.21 bound APIs chore(python): More PyO3 0.21 bound APIs Apr 24, 2024
@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars labels Apr 24, 2024
@ritchie46 ritchie46 merged commit ae33e34 into pola-rs:main Apr 25, 2024
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Even more updates to PyO3 0.21 Bound<> APIs
3 participants