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 ned.deily
Recipients Alex.LordThorsen, ned.deily, ronaldoussoren
Date 2015-04-13.21:21:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428960104.82.0.883024255514.issue23939@psf.upfronthosting.co.za>
In-reply-to
Content
Alex, I think you are not building with an up-to-date source tree.  This problem and others like it related to a two-digit OS X version number (10.8 -> 10.10) should have all been fixed with the changes for Issue21811 which were pushed nearly a year ago.  The version of a current build from the default branch (i.e. what will be released as 3.5.0) should look something like:

Python 3.5.0a3+ (default:24f2c0279120, Apr 13 2015, 14:17:12)
[GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.49)] on darwin

Make sure you do an "hg pull ; hg update -C default" from the upstream repo or the equivalent.
History
Date User Action Args
2015-04-13 21:21:44ned.deilysetrecipients: + ned.deily, ronaldoussoren, Alex.LordThorsen
2015-04-13 21:21:44ned.deilysetmessageid: <1428960104.82.0.883024255514.issue23939@psf.upfronthosting.co.za>
2015-04-13 21:21:44ned.deilylinkissue23939 messages
2015-04-13 21:21:44ned.deilycreate