Rohit Jamuar added the comment:
Steve, I've limited the changes to _msvccompiler for the master-branch's patch.
Is it alright?
--
___
Python tracker
<http://bugs.python.o
Changes by Rohit Jamuar :
Added file: http://bugs.python.org/file45881/distutils_patch_master.patch
___
Python tracker
<http://bugs.python.org/issue26876>
___
___
Pytho
Changes by Rohit Jamuar :
Removed file: http://bugs.python.org/file45880/distutils_patch_master.patch
___
Python tracker
<http://bugs.python.org/issue26876>
___
___
Pytho
Changes by Rohit Jamuar :
Added file: http://bugs.python.org/file45880/distutils_patch_master.patch
___
Python tracker
<http://bugs.python.org/issue26876>
___
___
Pytho
Changes by Rohit Jamuar :
Removed file: http://bugs.python.org/file42725/distutils_patch_master.patch
___
Python tracker
<http://bugs.python.org/issue26876>
___
___
Pytho
Rohit Jamuar added the comment:
Bump! The changes, that Steve was asking for, have been incorporated. If
something was missed, please inform. Otherwise, could this be merged?
--
___
Python tracker
<http://bugs.python.org/issue26
Changes by Rohit Jamuar :
--
versions: +Python 2.7 -Python 3.5, Python 3.6
Added file: http://bugs.python.org/file42726/distutils_patch_27.patch
___
Python tracker
<http://bugs.python.org/issue26
Changes by Rohit Jamuar :
--
versions: +Python 3.6 -Python 2.7
Added file: http://bugs.python.org/file42725/distutils_patch_master.patch
___
Python tracker
<http://bugs.python.org/issue26
Changes by Rohit Jamuar :
Removed file: http://bugs.python.org/file42642/msvc_respect_env_flags.patch
___
Python tracker
<http://bugs.python.org/issue26876>
___
___
Pytho
Rohit Jamuar added the comment:
Just so that I understand it clearly - Inside MSVCCompiler class (in
_msvccompiler.py / msvccompiler.py / msvc9compiler.py ), current implementation
of find_exe() finds compiler / linker / ... after parsing PATH. Should the
changes be so, that if
New submission from Rohit Jamuar:
The UnixCompiler class respects flags (CC, LD, AR, CFLAGS and LDFLAGS) set to
the environment, whereas MSVCCompiler class does not. This change allows
building CPython and any module that invokes distutils to utilize flags and
executables that have been set
11 matches
Mail list logo