[issue34610] Incorrect iteration of Manager.dict() method of the multiprocessing module.

Serhiy Storchaka report at bugs.python.org
Sat Sep 8 04:08:20 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

DictProxy needs to provide the __iter__() method. And perhaps methods keys(), values() and items() need to be reworked in Python 3. has_key() is unneeded in Python 3.

It is worth to test also other special and new in Python 3 methods.

----------
nosy: +benjamin.peterson, serhiy.storchaka
versions: +Python 2.7, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34610>
_______________________________________


More information about the Python-bugs-list mailing list