Skip to content

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
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