]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39448: Add regen-frozen makefile target. (GH-18174)
authorNeil Schemenauer <nas-github@arctrix.com>
Fri, 19 Feb 2021 00:49:12 +0000 (16:49 -0800)
committerGitHub <noreply@github.com>
Fri, 19 Feb 2021 00:49:12 +0000 (16:49 -0800)
commitffa55d21b4a86ad8b4a43a9f597151e526541130
tree788adcfdf91d11c30cf92ae15e112b864819a734
parent743932d50815edbe4ffd530ae091c53ae47dd34b
bpo-39448: Add regen-frozen makefile target. (GH-18174)

Add the "regen-frozen" makefile target that regenerates the code for the
frozen __hello__ module.
Lib/ctypes/test/test_values.py
Makefile.pre.in
Misc/NEWS.d/next/Build/2020-01-24-12-54-22.bpo-39448.k4pv14.rst [new file with mode: 0644]
Python/frozen.c
Python/frozen_hello.h [new file with mode: 0644]
Tools/freeze/regen_frozen.py [new file with mode: 0644]