[issue19359] reversed() does not work with weakref.proxy of sequences

Benjamin Peterson report at bugs.python.org
Fri Mar 14 16:14:03 CET 2014


Benjamin Peterson added the comment:

afd62eb1692e wasn't a matter of speed, but a matter of correctness. Special methods should be looked up on the type on the instance as was done before.

----------

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


More information about the Python-bugs-list mailing list