[issue14195] WeakSet has ordering relations wrong

Antoine Pitrou report at bugs.python.org
Sun Mar 4 21:28:40 CET 2012


New submission from Antoine Pitrou <pitrou at free.fr>:

>>> a = weakref.WeakSet()
>>> a < a
True
>>> a > a
True

----------
components: Library (Lib)
messages: 154910
nosy: pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: WeakSet has ordering relations wrong
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list