]> granicus.if.org Git - python/commit
On OSX the output of "uname -m" always reflects the 32-bit architecture
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 24 Dec 2009 13:06:39 +0000 (13:06 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 24 Dec 2009 13:06:39 +0000 (13:06 +0000)
commit728cc6110faa6e43baad195303e14fe6f97aea02
tree8d1655c58a31e0f83f0fa87fd72a7f769b1acaab
parent9c236bfb9ff9a076eb6047a89286d0d9f701048a
On OSX the output of "uname -m" always reflects the 32-bit architecture
for the machine ("i386" or "ppc"), even if the executable is
64-bit.

This patchs ensures that the distutils platform architecture
represents the architecture for the executable when running a
64-bit only executable on OSX.
Lib/distutils/util.py