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

Make r.default and non-existence errors not rely on exceptions #7144

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

srh
Copy link
Contributor

@srh srh commented Dec 16, 2023

Other kinds of errors (rarer kinds) still use exceptions (as so many assertions and error-checking logic uses them).

May resolve #4271.

I need to re-review this, check test coverage, etc. This won't be instantly merged.

Other kinds of errors (rarer kinds) still use exceptions (as so many
assertions and error-checking logic uses them).
@srh srh added this to the 2.5.x milestone Dec 16, 2023
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.

datum_t::get_field() exhibits pathological performance on missing attributes
1 participant