Skip to content

bpo-39448: Add regen-frozen makefile target. #18174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 19, 2021

Conversation

nascheme
Copy link
Member

@nascheme nascheme commented Jan 24, 2020

Move constant for the frozen __hello__ module into the frozen_hello.h
file. Write a script, Tools/freeze/regen_frozen.py, that regenerates
the frozen_hello.h file using PYTHON_FOR_REGEN. Create a new makefile
target, regen-frozen, that updates frozen_hello.h.

https://bugs.python.org/issue39448

Neil Schemenauer and others added 3 commits February 18, 2021 15:57
Move constant for the frozen __hello__ module into the frozen_hello.h
file.  Write a script, Tools/freeze/regen_frozen.py, that regenerates
the frozen_hello.h file using PYTHON_FOR_REGEN.  Create a new makefile
target, regen-frozen, that updates frozen_hello.h.
@nascheme
Copy link
Member Author

Updating this PR. I had some bytecode changes today and regenerating __hello__ manually is still a pain.

@hroncok
Copy link
Contributor

hroncok commented Mar 2, 2021

I think something is broken with this, full report in: https://bugs.python.org/issue43372

adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Add the "regen-frozen" makefile target that regenerates the code for the
frozen __hello__ module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants