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

Eric Snow report at bugs.python.org
Mon Sep 13 16:44:06 EDT 2021


New submission from Eric Snow <ericsnowcurrently at gmail.com>:

Currently for Windows builds, generating the frozen modules depends on first building python.exe.  One consequence of this is that we must keep all frozen module .h files in the repo (which we'd like to avoid for various reasons).

We should be able to freeze modules before building python.exe, like we already do via our Makefile.  From what I understand, this will require that a subset of the runtime be separately buildable so we can use it in _freeze_module.c and use that before actually building python.exe.

@Steve, please correct any details I got wrong here. :)

----------
components: Build
messages: 401731
nosy: eric.snow, steve.dower
priority: normal
severity: normal
stage: needs patch
status: open
title: De-couple the Windows builds from freezing modules.
type: behavior
versions: Python 3.11

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


More information about the New-bugs-announce mailing list