[issue4174] Performance optimization for min() and max() over lists

Raymond Hettinger report at bugs.python.org
Wed Oct 22 21:02:40 CEST 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Antoine, the list can mutate even when the keyfunc is NULL.  The rich
comparison can callback to arbitrary Python code.

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


More information about the Python-bugs-list mailing list