[issue40225] max() performance regression (quadratic time)

brendon zhang report at bugs.python.org
Wed Apr 8 09:05:08 EDT 2020


brendon zhang <brendon-zhang at hotmail.com> added the comment:

this affects ALL builtin functions (eg all(), any(), sum(), sorted(), etc...) that accept generator as input and exhaust it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40225>
_______________________________________


More information about the Python-bugs-list mailing list