]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Jun 2020 15:19:06 +0000 (08:19 -0700)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2020 15:19:06 +0000 (08:19 -0700)
commitbab0833d49f8d38488ff1469edcec9b47db0dc5c
tree893ace2d0b49160ab356836e92b4fc47601ee49f
parent30b59fd7cf946f7163283eef7d4389bd4e582492
bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886)

bpo-40910, bpo-40953: PyConfig_Clear() clears _orig_argv.
(cherry picked from commit e2d47a0568c6da9229580829917fd6aa702133b3)

Co-authored-by: Victor Stinner <vstinner@python.org>
Python/initconfig.c