[issue45978] deepfreeze opaquely fails on Windows when building from Visual Studio

2021-12-18 Thread Dennis Sweeney
Dennis Sweeney added the comment: This was fixed by https://github.com/python/cpython/pull/30143 -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue45978] deepfreeze opaquely fails on Windows when building from Visual Studio

2021-12-04 Thread Christian Heimes
Christian Heimes added the comment: Main requires a recent version of Python in order to bootstrap the build process. I just re-introduced _bootstrap_python for configure & make builds in bpo-45950. Could somebody with a Windows system re-add _bootstrap_python to Windows build process?

[issue45978] deepfreeze opaquely fails on Windows when building from Visual Studio

2021-12-04 Thread Dennis Sweeney
Dennis Sweeney added the comment: Actually, it seems $(PythonForBuild) is already used everywhere, it's just that $(PythonForBuild) is giving the empty string when VS uses it. On the other hand, PCBuild/build.bat sets $(PythonForBuild) by calling out to find_python.bat, and that works

[issue45978] deepfreeze opaquely fails on Windows when building from Visual Studio

2021-12-04 Thread Dennis Sweeney
Dennis Sweeney added the comment: Sure enough, if I go to "Choose Default Apps by File Type" in Windows settings and associate ".py" --> "Notepad", then Visual studio keeps opening Notepad windows during build. Can the Visual Studio build configurations be made to run python scripts as

[issue45978] deepfreeze opaquely fails on Windows when building from Visual Studio

2021-12-04 Thread Dennis Sweeney
Dennis Sweeney added the comment: I think I've been getting similar issues for a little while that I've been able to work around until now. If I git checkout 3.10 and then hit the "Local Windows Debugger" button, I get this: Build started... 1>-- Build started: Project: pythoncore,

[issue45978] deepfreeze opaquely fails on Windows when building from Visual Studio

2021-12-04 Thread Dennis Sweeney
New submission from Dennis Sweeney : I'd love to know if there is something I'm doing wrong, but with recent deepfreeze changes, my Visual Studio 2019 setup has been having trouble build things. It seems PCBuild/build.bat works perfectly and all tests pass and everything, but using the GUI