[issue10360] _weakrefset.WeakSet.__contains__ should not propagate TypeErrors

Tres Seaver report at bugs.python.org
Mon Nov 8 17:54:03 CET 2010


Tres Seaver <tseaver at agendaless.com> added the comment:

A new version of the patch, which only traps TypeErrors raises
by ref(item).  The test now ensures that hashing errors are
propagated, for compatibility with standard sets.

----------
Added file: http://bugs.python.org/file19546/issue10360-redux.patch

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


More information about the Python-bugs-list mailing list