]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35313: Cleanup test_embed.py (GH-10716)
authorVictor Stinner <vstinner@redhat.com>
Mon, 26 Nov 2018 11:37:34 +0000 (12:37 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Nov 2018 11:37:34 +0000 (12:37 +0100)
commitf0b366a8d7e0f12d4448f570e990de414f4afca7
tree43e00323064c183b8f794c44492f37a02e11760a
parenta6537fb7c2f7a007b4ab616c4617afd56d18347d
bpo-35313: Cleanup test_embed.py (GH-10716)

* Remove an unused import.
* Move get_expected_config() call to check_config() to ease backport
  to Python 3.7.
Lib/test/test_embed.py