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

backport: fix provider loading take two (#10390) #10395

Merged
merged 1 commit into from Feb 16, 2024

Conversation

reaperhulk
Copy link
Member

we previously hoisted this into rust, but we used the try_load feature which supposedly retains fallbacks. Something about that doesn't behave the way we expect though and the machinery in providers is sufficiently complex that we are just going to load the default provider explicitly.

this matches our behavior pre-rust.

we previously hoisted this into rust, but we used the try_load feature
which supposedly retains fallbacks. Something about that doesn't behave
the way we expect though and the machinery in providers is sufficiently
complex that we are just going to load the default provider explicitly.

this matches our behavior pre-rust.
@alex alex enabled auto-merge (squash) February 16, 2024 02:55
@alex alex merged commit 396bcf6 into pyca:42.0.x Feb 16, 2024
58 checks passed
@reaperhulk reaperhulk deleted the backport-fix branch February 16, 2024 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants