]> 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:01:42 +0000 (16:01 -0700)
committerNed Deily <nad@acm.org>
Fri, 25 Oct 2013 23:01:42 +0000 (16:01 -0700)
commit7c5ba45fd87443f3bc50e6dd486fc88704a2428a
tree007f98e85b66bfc3d0193bed7659dfa46a7adaa9
parente6ef70237df8e49423ff627044a5a4d1a9643c16
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