[issue1032] Improve the hackish runtime_library_dirs support for gcc
Seo Sanghyeon added the comment: The patch is incorrect since find returns -1 on failure. This is also a duplicate of #1254718. -- nosy: +sanxiyn __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/
[issue1254718] GCC detection for runtime_library_dirs when ccache is used
Seo Sanghyeon added the comment: any() built-in is new in 2.5. PEP 291 specifies 2.3 compatibility for distutils. (tarek: Why?) The original patch used str.find because backward-compatibility requirement used to be stricter. -- ___ Python tracker