]> granicus.if.org Git - python/commit
Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
authorNed Deily <nad@acm.org>
Fri, 25 Oct 2013 23:03:35 +0000 (16:03 -0700)
committerNed Deily <nad@acm.org>
Fri, 25 Oct 2013 23:03:35 +0000 (16:03 -0700)
commit3d2f68d242aa3e70129f3927a011251decdb94ba
treea2d22e73dc4700cce1670f8333d611577da423c8
parent6fd25c39c47fa8a0ceaf5b8b8189da39d2007400
Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
10.8+ when using a universal Python that included a PPC architecture,
such as with a python.org 32-bit-only binary installer.
Lib/_osx_support.py
Misc/NEWS