diff options
author | Ned Deily <nad@acm.org> | 2013-10-25 23:03:35 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-10-25 23:03:35 (GMT) |
commit | 3d2f68d242aa3e70129f3927a011251decdb94ba (patch) | |
tree | a2d22e73dc4700cce1670f8333d611577da423c8 /Misc | |
parent | 6fd25c39c47fa8a0ceaf5b8b8189da39d2007400 (diff) | |
download | cpython-3d2f68d242aa3e70129f3927a011251decdb94ba.zip cpython-3d2f68d242aa3e70129f3927a011251decdb94ba.tar.gz cpython-3d2f68d242aa3e70129f3927a011251decdb94ba.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -411,6 +411,10 @@ Library existing directory caused mkstemp and related APIs to fail instead of retrying. Report and fix by Vlad Shcherbina. +- 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. + C API ----- |