[issue45188] De-couple the Windows builds from freezing modules.

Steve Dower report at bugs.python.org
Mon Sep 13 16:59:55 EDT 2021


Steve Dower <steve.dower at python.org> added the comment:

Only thing I'd add is that you should just be able to list the required .c files in _freeze_module.vcxproj (formerly known as freeze_importlib.vcxproj) rather than depending on pythoncore.vcxproj.

That will generate twice as many .obj files for those modules (which is fine, just takes a little more time at build), and will force everything to be regenerated if you modify them, but that's an expected part of having part of the interpreter depend upon itself.

----------
components: +Windows
nosy: +paul.moore, tim.golden, zach.ware

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45188>
_______________________________________


More information about the Python-bugs-list mailing list