10000 bpo-43372: Use BUILDPYTHON for regen-frozen. by nascheme · Pull Request #24714 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-43372: Use BUILDPYTHON for regen-frozen. #24714

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

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reformat NEWS as single paragraph.
  • Loading branch information
nascheme committed Mar 3, 2021
commit 2b746720a0cc2bb23c027e3c61fd38cb64294b33
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
Change the regen-frozen target to use BUILDPYTHON rather than
PYTHON_FOR_REGEN.

The marshaled data for code objects has changed with bpo-42246, commit
877df85. Update the frozen code for ``__hello__`` and the expected code
sizes in ctypes test_frozentable.
PYTHON_FOR_REGEN. The marshaled data for code objects has changed with
bpo-42246, commit 877df85. Update the frozen code for ``__hello__`` and update
the expected code sizes in ctypes test_frozentable.
0