]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Sep 2024 11:41:57 +0000 (13:41 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 11:41:57 +0000 (11:41 +0000)
commit0d6b6e34a2980d3d9c342f7ce66e82a39eca295e
treec38c5c8a6cc98b0a5ab16ee211a829d2214d9b9f
parent7d2c2f24daf7a2abd166bb51652ba55c6f55695f
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
Doc/c-api/init_config.rst
Doc/whatsnew/3.14.rst
Include/cpython/initconfig.h
Lib/test/test_embed.py
Misc/NEWS.d/next/C_API/2024-08-30-14-02-17.gh-issue-107954.TPvj4u.rst
Programs/_testembed.c
Python/initconfig.c