Ned Deily added the comment:
LGTM. I've committed the patch along with expanded warnings in the Standard
Library doc pages for "Mac OS X specific services" and "Mac OS Toolbox Modules".
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
_
Roundup Robot added the comment:
New changeset ae1d34142a2a by Ned Deily in branch '2.7':
Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and
http://hg.python.org/cpython/rev/ae1d34142a2a
--
nosy: +python-dev
___
Python tracker
New submission from Ronald Oussoren:
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 "fi