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 alex
Recipients alex
Date 2013-03-20.19:50:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363809005.08.0.908370147082.issue17496@psf.upfronthosting.co.za>
In-reply-to
Content
If I run:

$ python -mtest.test_tk

I get a skip, after speaking with people familiar with OS X, it appears that the condition for the skip uses old Carbon APIs, which are totally deprecated under 64-bit. Attached is a patch which should work.
History
Date User Action Args
2013-03-20 19:50:05alexsetrecipients: + alex
2013-03-20 19:50:05alexsetmessageid: <1363809005.08.0.908370147082.issue17496@psf.upfronthosting.co.za>
2013-03-20 19:50:05alexlinkissue17496 messages
2013-03-20 19:50:04alexcreate