-
Notifications
You must be signed in to change notification settings - Fork 769
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
Conversation
8ca687c
to
2a0bfad
Compare
2a0bfad
to
ccde801
Compare
There was a problem hiding this 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
.
749265c
to
ccde801
Compare
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! |
Following up from #3820 (comment), I think this might be all that is needed.