[Python-Dev] Patches to distutils for 3.6

Sylvain Corlay sylvain.corlay at gmail.com
Fri Aug 19 04:47:45 EDT 2016


Hi Berker,

Thanks for your reply.

If `NamedTemporaryFile` has a bug on windows, should it impact the
implementation of this?

Sylvain


> > 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)
>
> This needs a test case and documentation update to
> https://docs.python.org/3.5/distutils/apiref.html#distutils.
> ccompiler.CCompiler
> NamedTemporaryFile might not work as expected in Windows (we have some
> open issues about NamedTemporaryFile, but I'm not a Windows user.)
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20160819/42529ba0/attachment.html>


More information about the Python-Dev mailing list