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 ned.deily, ronaldoussoren
Date 2012-08-25.10:05:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345889130.68.0.165099119682.issue15782@psf.upfronthosting.co.za>
In-reply-to
Content
Recent versions of Xcode on OSX 10.7 and 10.8 fail to compile 3 of the extension modules in Mac/Modules: the modules for fm, qd and qdoffs.

That's because those extensions wrap APIs that are long deprecated and are no longer present.

The attached patch "fixes" the miscompilation by making most of the body of the extension empty when compiling with the 10.7 (or later) SDK.

This changes the API of these extension modules, but that cannot be helped because the platform APIs that are wrapped by these extensions are no longer present.

(Patch is not relevant for python 3.x because these extensions have been removed in python 3.0)
History
Date User Action Args
2012-08-25 10:05:30ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2012-08-25 10:05:30ronaldoussorensetmessageid: <1345889130.68.0.165099119682.issue15782@psf.upfronthosting.co.za>
2012-08-25 10:05:29ronaldoussorenlinkissue15782 messages
2012-08-25 10:05:29ronaldoussorencreate