-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
_functools.KeyWrapper
is exposed after convertion to a new module type
#96641
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
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Sep 7, 2022
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Sep 7, 2022
corona10
pushed a commit
that referenced
this issue
Sep 7, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 7, 2022
…ythongh-96642) (cherry picked from commit 2fd7246) Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 7, 2022
…ythongh-96642) (cherry picked from commit 2fd7246) Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
added a commit
that referenced
this issue
Sep 7, 2022
(cherry picked from commit 2fd7246) Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
added a commit
that referenced
this issue
Sep 7, 2022
(cherry picked from commit 2fd7246) Co-authored-by: Nikita Sobolev <[email protected]>
I double-checked with the old python version
Now we can close the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
After #23405 we now have
KeyWrapper
exposed.I suspect that it is an internal helper and should not be importable:
Related #26416
Found while working on #96640
CC @shihai1991
I will send a PR shortly.
The text was updated successfully, but these errors were encountered: