COMMITS
/ Programs/_freeze_module.c September 11, 2024
M
[3.12] gh-123919: Fix null handling in `_freeze_module.c` (GH-123920) (#123949)
Miss Islington (bot) 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