[Python-Dev] Patches to distutils for 3.6

Sylvain Corlay sylvain.corlay at gmail.com
Fri Aug 19 04:07:50 EDT 2016


Hi All,

There are a couple of related patches that were submitted to distutils a
few months ago that I think would be great to have in before the feature
freeze in 3.6b1

A bug fix in CCompiler.has_function
    http://bugs.python.org/issue25544

Adding a has_flag method to CCompiler
    http://bugs.python.org/issue26689

    useful to check if a compiler has certain flags available (such as
-std=c++11)

Is there any chance of having this merged before the release?

Thanks,

Sylvain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20160819/6a67be95/attachment.html>


More information about the Python-Dev mailing list