v3.11.15
Issue #18093: Factor out the programs that embed the runtime
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
[3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874)
bpo-44131: Test Py_FrozenMain() (GH-26126)
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
[3.11] gh-94485: Set line number of module's RESUME instruction to 0 as specified by PEP 626 (GH-94552) (GH-94562)
bpo-44131: Py_FrozenMain() uses PyConfig_SetBytesArgv() (GH-26201)