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 vstinner
Recipients Paul Monson, petr.viktorin, serge-sans-paille, steve.dower, vstinner
Date 2019-06-04.14:43:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559659433.45.0.118355556757.issue37140@roundup.psfhosted.org>
In-reply-to
Content
> On Fedora, "clang" fails to build with Python 3.8

Would you mind to elaborate? It works for me on Fedora 30 with clang 8.0.0:

$ ./configure CC=clang
$ make
$ ./python -m test -v test_ctypes
...
Tests result: SUCCESS

I tested the master branch of Python.
History
Date User Action Args
2019-06-04 14:43:53vstinnersetrecipients: + vstinner, petr.viktorin, steve.dower, serge-sans-paille, Paul Monson
2019-06-04 14:43:53vstinnersetmessageid: <1559659433.45.0.118355556757.issue37140@roundup.psfhosted.org>
2019-06-04 14:43:53vstinnerlinkissue37140 messages
2019-06-04 14:43:53vstinnercreate