]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129033: Remove _Py_InitializeMain() function (#129034)
authorVictor Stinner <vstinner@python.org>
Mon, 20 Jan 2025 10:03:22 +0000 (11:03 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 10:03:22 +0000 (10:03 +0000)
commit07c3518ffb27875b14a0f1637aa85f773ff2f9ff
treeb55f3a319dc1e8f392f56d4169a6ed74ec6d04a8
parentc463270c73a61ef8106ee7bd0571c7c6143e2c20
gh-129033: Remove _Py_InitializeMain() function (#129034)

Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
Doc/c-api/init_config.rst
Doc/whatsnew/3.14.rst
Include/cpython/pylifecycle.h
Lib/test/test_embed.py
Misc/NEWS.d/next/C_API/2025-01-19-23-17-58.gh-issue-129033.cpRivP.rst [new file with mode: 0644]
Programs/_testembed.c
Python/pylifecycle.c