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

Nick Coghlan report at bugs.python.org
Fri Jul 25 19:01:30 CEST 2014


Nick Coghlan added the comment:

Fixing the lookup semantics should arguably be a bug report in its own
right, but yes, if the C implementation uses _PyType_LookupSpecial,
then the Python version should definitely be changed to match.

----------

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


More information about the Python-bugs-list mailing list