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
bpo-33023: Fix NotImplemented to NotImplementedError. #10934
bpo-33023: Fix NotImplemented to NotImplementedError. #10934
Conversation
debugger_r fix is correct as far as it goes. Line is from cf3c421
(KBK, 2007). It is obviously is never called.
The dict_keys return from 3.x dict.keys() is still neither public, in the sense of being a built-in name, nor pickleable (a live view across processes might be nice, but ...) I will consider removing this if I have occasion to review the containing class.
Thanks @serhiy-storchaka for the PR |
GH-11000 is a backport of this pull request to the 3.7 branch. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
(cherry picked from commit 42b1d61) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-11001 is a backport of this pull request to the 3.6 branch. |
…-10934). (pythonGH-11001) (cherry picked from commit 42b1d61). (cherry picked from commit 7a2cf1e) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
https://bugs.python.org/issue33023