[issue1222585] C++ compilation support for distutils

Jeroen Demeyer report at bugs.python.org
Thu Mar 7 05:03:32 EST 2019


Jeroen Demeyer <J.Demeyer at UGent.be> added the comment:

> I tried using compiler.compiler.remove('-Wstrict-prototypes') to no avail.

The -Wstrict-prototypes issue is a separate bug. It is fixed in Python >= 3.6 and there is an open backport PR for 2.7: https://github.com/python/cpython/pull/7476

----------

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


More information about the Python-bugs-list mailing list