]> granicus.if.org Git - python/commit
bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595)
authorVictor Stinner <vstinner@redhat.com>
Wed, 1 Aug 2018 01:07:18 +0000 (03:07 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Aug 2018 01:07:18 +0000 (03:07 +0200)
commitea68d83933e6de6cabfb115ec1b8888301947369
tree2a9d320ba9050009dc46f48dbd19a7b66c8c4879
parent9851227382431a40a138fdff994278d9e7743c74
bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595)

Add unit tests for argc and argv of _PyCoreConfig.
Lib/test/test_embed.py
Modules/main.c
Programs/_testembed.c