This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dennis Sweeney
Recipients Dennis Sweeney, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-12-04.09:47:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638611229.31.0.384123662554.issue45978@roundup.psfhosted.org>
In-reply-to
Content
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 in Visual Studio 2019 to build with the "Local Windows Debugger" green play button leads to a build failure. It gives the following output:

Build started...
1>------ Build started: Project: _freeze_module, Configuration: Debug x64 ------
1>_freeze_module.vcxproj -> C:\Users\sween\Source\Repos\temp\cpython\PCbuild\amd64\_freeze_module_d.exe
1>C:\Users\sween\Source\Repos\temp\cpython\PCbuild\_freeze_module.vcxproj(413,5): error MSB3073: The command " "C:\Users\sween\Source\Repos\temp\cpython\Tools\scripts\deepfreeze.py" "C:\Users\sween\Source\Repos\temp\cpython\Python\frozen_modules\importlib._bootstrap.h" "-m" "importlib._bootstrap" -o "C:\Users\sween\Source\Repos\temp\cpython\PCbuild\obj\311amd64_Debug\_freeze_module\importlib._bootstrap.g.h"" exited with code 103.
1>Done building project "_freeze_module.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 3 up-to-date, 0 skipped ==========

I wonder if it has something to do with how .py files are set to open? (shouldn't that be made not to matter?)

Attached are my more detailed steps to reproduce the failure.
History
Date User Action Args
2021-12-04 09:47:09Dennis Sweeneysetrecipients: + Dennis Sweeney, paul.moore, tim.golden, zach.ware, steve.dower
2021-12-04 09:47:09Dennis Sweeneysetmessageid: <1638611229.31.0.384123662554.issue45978@roundup.psfhosted.org>
2021-12-04 09:47:09Dennis Sweeneylinkissue45978 messages
2021-12-04 09:47:07Dennis Sweeneycreate