[issue1254718] GCC detection for runtime_library_dirs when ccache is used

Raymond Hettinger report at bugs.python.org
Wed Jun 10 20:33:43 CEST 2009


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

min() is a substitute for all() and
max() is a substitute for any().

They are O(n) but do not have the early
out behavior of any() and all().

----------

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


More information about the Python-bugs-list mailing list