]> granicus.if.org Git - python/commit
Fix for issue #9164: with this patch sysconfig and distuls don't break
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 11 Jul 2010 08:52:52 +0000 (08:52 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 11 Jul 2010 08:52:52 +0000 (08:52 +0000)
commit7595620105bbdea61541fb24d8bc9dca4c9bb235
treebc69d441004129809d3a32aa900321339db8ab57
parente940c5d7df3be2ea63086f160b0c259b673749bf
Fix for issue #9164: with this patch sysconfig and distuls don't break
when duplicate '-arch foo' flags end up in CFLAGS (which may happen when
building a universal build using macports)
Lib/distutils/util.py
Lib/sysconfig.py
Misc/NEWS