v3.12.13
Issue #18093: Factor out the programs that embed the runtime
gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)
[3.12] gh-123919: Fix null handling in `_freeze_module.c` (GH-123920) (#123949)
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
[3.12] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122250)
bpo-44131: Test Py_FrozenMain() (GH-26126)
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065)
bpo-44131: Py_FrozenMain() uses PyConfig_SetBytesArgv() (GH-26201)