]> granicus.if.org Git - python/commit
bpo-36301: _PyCoreConfig_Read() ensures that argv is not empty (GH-12347)
authorVictor Stinner <vstinner@redhat.com>
Fri, 15 Mar 2019 15:03:23 +0000 (16:03 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Mar 2019 15:03:23 +0000 (16:03 +0100)
commit625997622b4736e9184bdd8bf1e22a7b51be1afc
tree1e2dfbafa030e0c402636292127cbdeb5e156a6a
parent74f6568bbd3e70806ea3219e8bacb386ad802ccf
bpo-36301: _PyCoreConfig_Read() ensures that argv is not empty (GH-12347)

If argv is empty, add an empty string.
Lib/test/test_embed.py
Python/coreconfig.c