-
-
Notifications
You must be signed in to change notification settings - Fork 32k
FrameLocalsProxy is not a mapping #120097
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
Comments
markshannon
added a commit
that referenced
this issue
Jun 19, 2024
* Register FrameLocalsProxy as a subclass of collections.abc.Mapping * Allow FrameLocalsProxy to matching mapping patterns
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 19, 2024
* Register FrameLocalsProxy as a subclass of collections.abc.Mapping * Allow FrameLocalsProxy to matching mapping patterns (cherry picked from commit d1c673b) Co-authored-by: Mark Shannon <[email protected]>
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
* Register FrameLocalsProxy as a subclass of collections.abc.Mapping * Allow FrameLocalsProxy to matching mapping patterns
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
* Register FrameLocalsProxy as a subclass of collections.abc.Mapping * Allow FrameLocalsProxy to matching mapping patterns
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
* Register FrameLocalsProxy as a subclass of collections.abc.Mapping * Allow FrameLocalsProxy to matching mapping patterns
markshannon
pushed a commit
that referenced
this issue
Aug 23, 2024
) Co-authored-by: Alyssa Coghlan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
FrameLocalsProxy
should be a mapping. I.e. it should subclasscollections.abc.Mapping
and match{}
in a match statement.CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: