[issue22070] Use the _functools module to speed up functools.total_ordering

Alex Gaynor report at bugs.python.org
Fri Jul 25 18:47:58 CEST 2014


Alex Gaynor added the comment:

If you're going to fix the semantics of the method lookup to go via the type, can you please do that for the pure python version as well? When the C and Python versions diverge on semantics, it becomes a real pain for alternate implementations which are perfectly happy with the performance of the pure python version ;-)

----------
nosy: +alex

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


More information about the Python-bugs-list mailing list