COMMITS
/ Programs/_freeze_module.c March 6, 2026
V
gh-141510: Change marshal version to 6 (#145551)
Victor Stinner committed
August 6, 2025
V
Use PyInitConfig API in _freeze_module.c (#137423)
Victor Stinner committed
November 15, 2024
P
gh-125063: marshal: Add version 5, improve documentation (GH-126829)
Petr Viktorin committed
September 11, 2024
S
gh-123919: Fix null handling in `_freeze_module.c` (#123920)
sobolevn committed
April 22, 2024
G
Remove more remnants of deepfreeze (#118159)
Guido van Rossum committed
September 8, 2023
M
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon committed
September 2, 2023
V
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner committed
April 12, 2023
N
gh-103326: Remove `Python/importlib.h` (GH-103331)
Nikita Sobolev committed
December 9, 2022
M
GH-98522: Add version number to code objects. (GH-98525)
Mark Shannon committed
November 24, 2022
S
gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)
SQLPATCH committed
October 17, 2022
V
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner committed
February 26, 2022
K
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Kumar Aditya committed
February 24, 2022
K
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
Kumar Aditya committed
January 27, 2022
K
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Kumar Aditya committed
January 11, 2022
V
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner committed
December 13, 2021
C
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes committed
October 28, 2021
E
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
October 5, 2021
E
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow committed
September 15, 2021
August 30, 2021