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

Implement From<Bound<'py, T>> for PyErr #3881

Merged
merged 4 commits into from
Feb 27, 2024

Conversation

LilyFoote
Copy link
Contributor

Following up from #3820 (comment), I think this might be all that is needed.

@LilyFoote LilyFoote added the CI-skip-changelog Skip checking changelog entry label Feb 21, 2024
src/err/mod.rs Outdated Show resolved Hide resolved
@LilyFoote LilyFoote force-pushed the pyerr-from-bound branch 2 times, most recently from 8ca687c to 2a0bfad Compare February 23, 2024 14:55
Copy link
Member

@davidhewitt davidhewitt left a comment

Choose a reason for hiding this comment

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

This looks good to me! I'd be glad to hear if anyone has other ideas on naming before we merge, if there's nothing better within a couple days let's go with ToPyErr.

@davidhewitt
Copy link
Member

It seems like there's no better name ideas and the alternative implementation and alternative designs run into orphan rules issues, so let's merge!

@davidhewitt davidhewitt added this pull request to the merge queue Feb 26, 2024
Merged via the queue into PyO3:main with commit 5c41ea0 Feb 27, 2024
72 of 73 checks passed
@LilyFoote LilyFoote deleted the pyerr-from-bound branch February 27, 2024 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-skip-changelog Skip checking changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants