]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36763: Add test for _PyCoreConfig_SetString() (GH-13275)
authorVictor Stinner <vstinner@redhat.com>
Tue, 14 May 2019 20:01:51 +0000 (22:01 +0200)
committerGitHub <noreply@github.com>
Tue, 14 May 2019 20:01:51 +0000 (22:01 +0200)
commit91c99873d115b9796377d5056785f2abc987520f
treefa85c56756bcbb79abacbab186cd8db89bdec89f
parente883091abf7ca84a88e956fe5202e75c53bd4128
bpo-36763: Add test for _PyCoreConfig_SetString() (GH-13275)

test_embed: add test_init_read_set() to test newly added APIs: test
module_search_paths and executable.
Lib/test/test_embed.py
Programs/_testembed.c