commit | ea68d83933e6de6cabfb115ec1b8888301947369 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Aug 01 03:07:18 2018 +0200 |
committer | GitHub <noreply@github.com> | Wed Aug 01 03:07:18 2018 +0200 |
tree | 2a9d320ba9050009dc46f48dbd19a7b66c8c4879 | |
parent | 9851227382431a40a138fdff994278d9e7743c74 [diff] [blame] |
bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595) Add unit tests for argc and argv of _PyCoreConfig.
diff --git a/Lib/test/test_embed.py b/Lib/test/test_embed.py index 79622f1..25593bd 100644 --- a/Lib/test/test_embed.py +++ b/Lib/test/test_embed.py
@@ -272,6 +272,8 @@ 'pycache_prefix': '(null)', 'program_name': './_testembed', + 'argc': 0, + 'argv': '[]', 'program': '(null)', 'isolated': 0,