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 gvanrossum
Recipients eric.snow, gvanrossum
Date 2021-11-10.19:57:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636574258.76.0.314994330525.issue45696@roundup.psfhosted.org>
In-reply-to
Content
After PR 29118 is merged we get the benefits on UNIXy systems. We have several TODOs left then:

- (Definitely:) Generate Windows build files

- (Probably:) Find a way to avoid having to regenerate everything whenever any source file changes (any source file -> _bootstrap_python -> all generated files)

- (Maybe:) Consider putting all generated code together in one file, for more savings (and build simplification)
History
Date User Action Args
2021-11-10 19:57:38gvanrossumsetrecipients: + gvanrossum, eric.snow
2021-11-10 19:57:38gvanrossumsetmessageid: <1636574258.76.0.314994330525.issue45696@roundup.psfhosted.org>
2021-11-10 19:57:38gvanrossumlinkissue45696 messages
2021-11-10 19:57:38gvanrossumcreate