STINNER Victor <vstin...@python.org> added the comment:

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 <gu...@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+kumaraditya...@users.noreply.github.com>

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45866>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to