]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142417: Restore private _Py_InitializeMain() function (#145472)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Mar 2026 10:00:08 +0000 (11:00 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Mar 2026 10:00:08 +0000 (11:00 +0100)
commit31343cf2bc5f7209fa965558265555973323c2f9
treea3530d09b3ad0b2bad751e1b3d9ba6542a8a4acb
parentdc12d1999b88e84d5a6b8e491be468b73379e54b
gh-142417: Restore private _Py_InitializeMain() function (#145472)

This reverts commit 07c3518ffb27875b14a0f1637aa85f773ff2f9ff.

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/init_config.rst
Doc/whatsnew/3.15.rst
Include/cpython/pylifecycle.h
Lib/test/test_embed.py
Misc/NEWS.d/next/C_API/2026-03-03-14-59-57.gh-issue-142417.HiNP5j.rst [new file with mode: 0644]
Programs/_testembed.c
Python/pylifecycle.c