…ue} when
the value to be assigned is equivalent to NULL is set to {key:None}
modified: Lib/distutils/ccompiler.py
|
I hope the review will forgive the Azure pipeline failure: Unexpected vmImage 'vs2017-win2017' In short, this issue is one I found while research issue11191. As the root_cause is not compiler or platform specific it is better to seperate the two. Although unlikely on a GNU system, this will occur on any system that does not have CXX defined either during build or runtime - or for any of the other compiler.executables definitions. Hope this help clarify the justification for this PR. |
There was a problem hiding this comment.
LGTM, just waiting for the new CI run that was triggered by my rewording of the NEWS entry.
Ensure values set for compiler.executables are set to None when the value being set is the equivalent of a zero-length string.
https://bugs.python.org/issue34897