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 christian.heimes, laurentang001, ned.deily, ronaldoussoren
Date 2022-03-21.22:42:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647902577.88.0.0776578413852.issue47048@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report. This problem was reported previously in bpo-24844 and was determined to be due a partial implementation of atomics support in the early versions of LLVM compilers provided in the Apple Developer Tools for macOS 10.7. While the start of a patch was proposed there, it languished for lack of interest and the issue was subsequently closed by the submitter. Since you have already have a workaround (and using a newer compiler is a good idea in this), I think there will be little interest in reviving this issue.

By the way, since you need to continue to use macOS 10.7, you may want to consider using Python (and many other third-party packages) from the MacPorts project. They provide pre-built binaries for these packages, including the latest versions of Python 3.10, built for multiple versions of macOS including 10.7 Lion. I was able to install MacPorts and a fully functional Python 3.10.3 on a 10.7.5 system in fewer than 5 minutes.  https://www.macports.org/install.php#installing
History
Date User Action Args
2022-03-21 22:42:57ned.deilysetrecipients: + ned.deily, ronaldoussoren, christian.heimes, laurentang001
2022-03-21 22:42:57ned.deilysetmessageid: <1647902577.88.0.0776578413852.issue47048@roundup.psfhosted.org>
2022-03-21 22:42:57ned.deilylinkissue47048 messages
2022-03-21 22:42:57ned.deilycreate