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 rhettinger
Recipients Nitapol, lukasz.langa, ned.deily, rhettinger, ronaldoussoren, vstinner
Date 2019-08-27.01:01:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566867676.38.0.0579794730612.issue36205@roundup.psfhosted.org>
In-reply-to
Content
I'm unclear on why our  production release being built on macoS 10.11.x+ or earlier and why it using Clang 6.0 (clang-600.0.57).

For me, Python builds fine (and does have this issue) on Mojave 10.14.6 using Clang 10.0.1 (clang-1001.0.46.4).

ISTM that using the latest tooling would solve this bug right quick (at least for the current 3.8 release) and would likely generate better code (presumably there have been bug fixes and optimizations between Clang 6.0 and Clang 10.0).
History
Date User Action Args
2019-08-27 01:01:16rhettingersetrecipients: + rhettinger, ronaldoussoren, vstinner, ned.deily, lukasz.langa, Nitapol
2019-08-27 01:01:16rhettingersetmessageid: <1566867676.38.0.0579794730612.issue36205@roundup.psfhosted.org>
2019-08-27 01:01:16rhettingerlinkissue36205 messages
2019-08-27 01:01:16rhettingercreate