[issue16373] Recursion error comparing set() and MutableMapping.keys()

Serhiy Storchaka report at bugs.python.org
Wed Oct 31 16:34:22 CET 2012


Serhiy Storchaka added the comment:

Also:

  {}.keys() < collections.UserDict().keys()
  {}.items() < collections.UserDict().keys()
  {}.items() < collections.UserDict().items()
  ...

----------
components: +Library (Lib)
nosy: +serhiy.storchaka
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16373>
_______________________________________


More information about the Python-bugs-list mailing list