]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886)
authorVictor Stinner <vstinner@python.org>
Mon, 15 Jun 2020 14:27:47 +0000 (16:27 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2020 14:27:47 +0000 (16:27 +0200)
commite2d47a0568c6da9229580829917fd6aa702133b3
treebbe1cd0593d8aaa7c8d2d8b7f60e21b5897c9f2b
parentfb61c42361a666f589c59d4d737c2da6817b992b
bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886)

bpo-40910, bpo-40953: PyConfig_Clear() clears _orig_argv.
Python/initconfig.c