]> granicus.if.org Git - python/commit
bpo-36763: Fix encoding/locale tests in test_embed (GH-13443)
authorVictor Stinner <vstinner@redhat.com>
Mon, 20 May 2019 14:38:48 +0000 (16:38 +0200)
committerGitHub <noreply@github.com>
Mon, 20 May 2019 14:38:48 +0000 (16:38 +0200)
commit425717fee1c72df464c9f85b9a8d32b9197d1035
treea4d86374eaedbeea9e06f2b53c357789794bdef4
parent9932fd91e878b740704ff599522e945a4bbe2ae1
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
Lib/test/test_embed.py
Programs/_testembed.c