New submission from Chris Martinez :
CPython provides a NuGet package as a mechanism to support non-installed Python
distributions. The package includes MSBuild support to integrate with its build
process.
The expressions on lines 32 and 33 in the file:
https://github.com/python/cpython
Chris Martinez added the comment:
In testing the fix, another issue has arisen. It appears the specified
expression will never yield a usable path.
Expression 1:
$([msbuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),
"python_d.exe"))
Expression 2:
Change by Chris Martinez :
--
keywords: +patch
pull_requests: +18707
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/19343
___
Python tracker
<https://bugs.python.org/issu