[issue9164] 2.7 sysconfig should handle arch duplicates while building universal on OS X

Ronald Oussoren report at bugs.python.org
Wed Jul 7 08:21:21 CEST 2010


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

BTW. A cleaner replacement is:

archs = tuple(sorted(set(archs)))

(That is, sorted works on arbitrary iterables)



Tarek: is using "set()" acceptable in the distutils sources?

----------
nosy: +tarek

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


More information about the Python-bugs-list mailing list