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 steve.dower
Recipients eric.snow, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-09-13.20:59:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631566795.07.0.580735109835.issue45188@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-09-13 20:59:55steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, eric.snow, zach.ware
2021-09-13 20:59:55steve.dowersetmessageid: <1631566795.07.0.580735109835.issue45188@roundup.psfhosted.org>
2021-09-13 20:59:55steve.dowerlinkissue45188 messages
2021-09-13 20:59:54steve.dowercreate