Skip to content

gh-131151: Refactor use of lookup_maybe_method to propagate lookup errors #131187

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kcdodd
Copy link
Contributor

@kcdodd kcdodd commented Mar 13, 2025

  • lookup_maybe_method changed to accept ignorable exception type
  • lookup_maybe_method returning NULL now indicates exception should not be ignored
  • lookup_maybe_method returns NotImplemented otherwise if lookup failed
  • logic updated in callers of lookup_maybe_method to reconcile exceptions and fallbacks

* lookup_maybe_method changed to accept ignorable exception type
* lookup_maybe_method returning NULL now indicates exception should not be ignored
* lookup_maybe_method returns NotImplemented otherwise if lookup failed
* logic updated in callers of lookup_maybe_method to reconcile exceptions and fallbacks
@kcdodd kcdodd marked this pull request as ready for review March 14, 2025 02:59
@kcdodd kcdodd requested a review from markshannon as a code owner March 14, 2025 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant