Skip to content
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

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

Open
wants to merge 2 commits into
base: master
from

Conversation

@nascheme
Copy link
Member

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

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.