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

Pyo3 refactorings #740

Merged
merged 4 commits into from
Jun 26, 2024
Merged

Pyo3 refactorings #740

merged 4 commits into from
Jun 26, 2024

Conversation

Michael-J-Ward
Copy link
Contributor

Which issue does this PR close?

Part of #727.

Rationale for this change

pyo3 recommend using the Python token from a Bound<'_, T> type or automatically passed in as a method parameter for a #[pymethods] or #[pyfunction] because they are zero-cost.

Python::with_gil carries a runtime check overhead.

What changes are included in this PR?

I changed all the places that had straightforward removal of Python::with_gil.

Additionally, I removed some manual type conversion work by letting pyo3 do it automatically as we cross the python-rust boundary.

Are there any user-facing changes?

No

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andygrove andygrove merged commit 32d6975 into apache:main Jun 26, 2024
14 checks passed
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