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 Jeffrey.Kintscher, Robert P Fischer, ned.deily, ronaldoussoren, terry.reedy
Date 2019-05-10.17:23:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557508992.88.0.292196098073.issue26317@roundup.psfhosted.org>
In-reply-to
Content
THe _scproxy.c compile error is a separate issue.  The problem arises in an Apple-supplied include file and there are many reports on the web of clang vs gcc differences like this.  I'm not sure what we could or should do about it other than forcing _scproxy to always be compiled with clang or figure out a way to avoid use of that include file hierarchy.
History
Date User Action Args
2019-05-10 17:23:12ned.deilysetrecipients: + ned.deily, terry.reedy, ronaldoussoren, Robert P Fischer, Jeffrey.Kintscher
2019-05-10 17:23:12ned.deilysetmessageid: <1557508992.88.0.292196098073.issue26317@roundup.psfhosted.org>
2019-05-10 17:23:12ned.deilylinkissue26317 messages
2019-05-10 17:23:12ned.deilycreate