This issue tracker will soon become read-only and move to GitHub.
For a smoother transition, remember to log in and link your GitHub username to your profile.
For more information, see this post about the migration.

classification
Title: Merge all deepfrozen files into one
Type: Stage: resolved
Components: Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, kumaraditya303
Priority: normal Keywords: patch

Created on 2022-01-19 04:27 by kumaraditya303, last changed 2022-01-28 13:04 by kumaraditya303. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30572 merged kumaraditya303, 2022-01-19 04:27
Messages (2)
msg410922 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2022-01-19 04:31
This saves some space when strings are shared across deep-frozen module.
Kumar measured this at around 0.2 Mbyte.

See discussion https://github.com/faster-cpython/ideas/issues/218
msg411035 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2022-01-20 16:39
New changeset ef3ef6fa43d5cca072eed2a66064e818de583be7 by Kumar Aditya in branch 'main':
bpo-46429: Merge all deepfrozen files into one (GH-30572)
https://github.com/python/cpython/commit/ef3ef6fa43d5cca072eed2a66064e818de583be7
History
Date User Action Args
2022-01-28 13:04:47kumaraditya303setstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-01-20 16:39:18gvanrossumsetmessages: + msg411035
2022-01-19 04:31:36gvanrossumsetmessages: + msg410922
2022-01-19 04:27:55kumaraditya303setkeywords: + patch
stage: patch review
pull_requests: + pull_request28879
2022-01-19 04:27:26kumaraditya303create