[issue1254718] GCC detection for runtime_library_dirs when ccache is used

Jason Kankiewicz report at bugs.python.org
Wed Jun 10 20:24:44 CEST 2009


Jason Kankiewicz <jkankiewicz at acm.org> added the comment:

Seo, This ticket specifies Python-2.6 as the only version so using "any"
didn't seem to be a problem. 
I was not aware of PEP 291 until you mentioned it and, in order to
maintain compatibility with Python-2.3, the generator expression would
have to be dispensed with as well.

Raymond, I would prefer to substitute "max" for "any" in this case as it
seems to be more straightforward. There's no performance benefit to
using "min" as both "min" and "max" are O(n), no?

----------
Added file: http://bugs.python.org/file14261/distutils-rpath-gcc_and_icc.patch

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


More information about the Python-bugs-list mailing list