This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients Anton.Korobeynikov, Stan.Seibert, ezberch, meador.inge, ned.deily, ronaldoussoren
Date 2012-08-24.21:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345844952.71.0.746178056352.issue13370@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed earlier today that test_ctypes passes for Python 3.3 both with and without my patch. This is on OSX 10.8.1 with an up-to-date Xcode.

Configure arguments:

'--enable-framework' '--with-pydebug' '--enable-universalsdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk' '--with-universal-archs=intel' '--with-framework-name=PythonDev' 'MACOSX_DEPLOYMENT_TARGET=10.8' 'CC=clang' 'CXX=clang++'

That's why I haven't commited the patch yet. I'm installing Xcode in a OSX 10.7 VM to check if the patch is necessary on that platform.
History
Date User Action Args
2012-08-24 21:49:12ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, meador.inge, ezberch, Anton.Korobeynikov, Stan.Seibert
2012-08-24 21:49:12ronaldoussorensetmessageid: <1345844952.71.0.746178056352.issue13370@psf.upfronthosting.co.za>
2012-08-24 21:49:12ronaldoussorenlinkissue13370 messages
2012-08-24 21:49:11ronaldoussorencreate