[issue37140] ctypes change made clang fail to build

STINNER Victor report at bugs.python.org
Tue Jun 4 10:43:53 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> 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.

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37140>
_______________________________________


More information about the Python-bugs-list mailing list