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 vstinner
Recipients eric.snow, hroncok, petr.viktorin, vstinner
Date 2021-11-26.16:30:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637944215.42.0.145813464185.issue45866@roundup.psfhosted.org>
In-reply-to
Content
It seems like all bugs reported in this issue has been fixed, so I close the issue. Thanks for the bug report ;-)

> -# @generated by pegen from ./Tools/peg_generator/pegen/metagrammar.gram
> +# @generated by pegen from ../../Tools/peg_generator/pegen/metagrammar.gram

This issue is now fixed in 3.9, 3.10 and main branches.


> ERROR: missing _freeze_module

I'm no longer able to reproduce this error on an up-to-date main branch. The issue has been fixed by this change:

commit 5be98e57b3c3b36d1a1176b49c73b8822c6380e7
Author: Guido van Rossum <guido@python.org>
Date:   Tue Nov 23 08:56:06 2021 -0800

    bpo-45873: Get rid of bootstrap_python (#29717)
    
    Instead we use $(PYTHON_FOR_REGEN) .../deepfreeze.py with the
    frozen .h file as input, as we did for Windows in bpo-45850.
    
    We also get rid of the code that generates the .h files
    when make regen-frozen is run (i.e., .../make_frozen.py),
    and the MANIFEST file.
    
    Restore Python 3.8 and 3.9 as Windows host Python again
    
    Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
History
Date User Action Args
2021-11-26 16:30:15vstinnersetrecipients: + vstinner, petr.viktorin, eric.snow, hroncok
2021-11-26 16:30:15vstinnersetmessageid: <1637944215.42.0.145813464185.issue45866@roundup.psfhosted.org>
2021-11-26 16:30:15vstinnerlinkissue45866 messages
2021-11-26 16:30:15vstinnercreate