Oscar Benjamin added the comment:

On 9 July 2013 16:25, Christian Heimes <rep...@bugs.python.org> wrote:
>
> The is_cygwingcc() function can be simplified a lot with 
> subprocess.check_output().

My initial thought was to do that but then I based it on
_find_exe_version which for whatever reason uses Popen directly [1].
I'm happy to make that change and retest the patches although I can't
do it right now.

Can someone first accept or reject the general idea of the patches
though? I'm happy to answer any questions about them but it takes time
to get the diffs right and test against all compilers and Python
versions and I don't really want to do it if the patches will just be
rejected.

Also I may soon lose access to the machine that I used to write and
test these patches. If it is desired for me to change and retest them
it may not be possible after two weeks or so.

[1] 
http://hg.python.org/cpython/file/3f3cbfd52f94/Lib/distutils/cygwinccompiler.py#l368

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12641>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to