]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
authorRUANG (Roy James) <longjinyii@outlook.com>
Tue, 15 Oct 2024 09:21:16 +0000 (17:21 +0800)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 09:21:16 +0000 (09:21 +0000)
commit546dddca43a2a69dbe33d230e9e540636b403270
treeba8eaa55c4969c4a733f53967f37473480929b41
parent92af191a6a5f266b71373f5374ca0c9c522d62d9
gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
Doc/c-api/init_config.rst
Programs/_testembed.c
Python/initconfig.c