bpo-33023: Fix NotImplemented to NotImplementedError.#10934
bpo-33023: Fix NotImplemented to NotImplementedError.#10934serhiy-storchaka merged 1 commit intopython:masterfrom
Conversation
terryjreedy
left a comment
There was a problem hiding this comment.
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 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
|
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