commit | 5eb8b07f87c66a9ca54fcb90737753ce76a3054d | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed May 15 02:12:48 2019 +0200 |
committer | GitHub <noreply@github.com> | Wed May 15 02:12:48 2019 +0200 |
tree | 3bbd691fc50c62d26b388c6ea6306b1e178bbf60 | |
parent | 54b74fe9df89f0e5646736f1f60376b4e37c422c [diff] |
bpo-36763: InitConfigTests tests all core config (GH-13331) Remove UNTESTED_CORE_CONFIG from test_embed.InitConfigTests: all core config fields are now tested! Changes: * Test also dll_path on Windows * Add run_main_config unit test: test config using _Py_RunMain().