bpo-34690: DO NOT MERGE - Experimental "frozen modules". by larryhastings · Pull Request #9320 · python/cpython
Where's the code to generate frozenmodules.c?
I'd prefer the generated tables to be separated from the interesting (hand-written) code in frozenmodules.c -- GitHub flat-out refuses to display it, which makes reviewing the hand-written code there impossible.
PS. IIRC making this possible is the reason we made code objects immutable. Glad there's finally a practical use for that.