[issue40478] allow finding nmake.exe executable in MSVCCompiler

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If y

[issue40478] allow finding nmake.exe executable in MSVCCompiler

2020-05-02 Thread japm48
Change by japm48 : -- keywords: +patch pull_requests: +19187 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19876 ___ Python tracker ___ _

[issue40478] allow finding nmake.exe executable in MSVCCompiler

2020-05-02 Thread japm48
New submission from japm48 : Some toolchains (e.g. calibre) use a custom build system based on distutils to find the compiler tools. For those, it is useful to have the path of nmake.exe easily discoverable. -- components: Distutils messages: 367951 nosy: dstufft, eric.araujo, japm48