Message401731
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. :) |
|
Date |
User |
Action |
Args |
2021-09-13 20:44:06 | eric.snow | set | recipients:
+ eric.snow, steve.dower |
2021-09-13 20:44:06 | eric.snow | set | messageid: <1631565846.06.0.121053368867.issue45188@roundup.psfhosted.org> |
2021-09-13 20:44:06 | eric.snow | link | issue45188 messages |
2021-09-13 20:44:05 | eric.snow | create | |
|