]> granicus.if.org Git - python/commit
bpo-36763: Use PyConfig_Clear() (GH-14445)
authorVictor Stinner <vstinner@redhat.com>
Mon, 1 Jul 2019 17:52:45 +0000 (19:52 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2019 17:52:45 +0000 (19:52 +0200)
commit67310023f299b5a2fad71fca449b46d280036690
tree50b2da097996f106b68b802acbd579a41950c3e2
parente6b64b756f940147728ea7808fb686ffcae89176
bpo-36763: Use PyConfig_Clear() (GH-14445)

Stop using "static PyConfig", PyConfig must now always use
dynamically allocated strings: use PyConfig_SetString(),
PyConfig_SetArgv() and PyConfig_Clear().
Lib/test/test_embed.py
Modules/main.c
Programs/_freeze_importlib.c
Programs/_testembed.c