Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-105280: Ensureisinstance([], collections.abc.Mapping)
always evaluates toFalse
#105281
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I've run the third-party test workflow we have at |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Thanks@AlexWaygood for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
bedevere-bot commentedJun 5, 2023
GH-105318 is a backport of this pull request to the3.12 branch. |
…ays evaluates to `False` (pythonGH-105281)(cherry picked from commit08756db)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Uh oh!
There was an error while loading.Please reload this page.
typing.Protocol
implementation means thatisinstance([], collections.abc.Mapping)
can sometimes evaluate toTrue
#105280