Re: [Python-Dev] Patches to distutils for 3.6

2016-08-19 Thread Sylvain Corlay
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 a

Re: [Python-Dev] Patches to distutils for 3.6

2016-08-19 Thread Berker Peksağ
On Fri, Aug 19, 2016 at 11:07 AM, Sylvain Corlay wrote: > 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.pyth

[Python-Dev] Patches to distutils for 3.6

2016-08-19 Thread Sylvain Corlay
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://bug