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

Simplify pybindings #63

Merged
merged 5 commits into from
Oct 25, 2024
Merged

Simplify pybindings #63

merged 5 commits into from
Oct 25, 2024

Conversation

robamler
Copy link
Collaborator

Use new PyO3's new Bound more consistently throughout pybindings.

As I understand it, this should be better because it keeps transferring
ownership instead of creating temporary references and thus temporarily
increasing the reference count.
@robamler robamler merged commit 0125d93 into main Oct 25, 2024
25 checks passed
@robamler robamler deleted the simplify-pybindings branch October 25, 2024 20:27
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.

1 participant