commit | 425717fee1c72df464c9f85b9a8d32b9197d1035 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Mon May 20 16:38:48 2019 +0200 |
committer | GitHub <noreply@github.com> | Mon May 20 16:38:48 2019 +0200 |
tree | a4d86374eaedbeea9e06f2b53c357789794bdef4 | |
parent | 9932fd91e878b740704ff599522e945a4bbe2ae1 [diff] |
bpo-36763: Fix encoding/locale tests in test_embed (GH-13443) * Fix encoding and locale tests in test_embed.InitConfigTests. * InitConfigTests now only computes EXPECTED_CONFIG once. * Add tests for PYTHONWARNINGS and PYTHONPATH env vars