Browse Source
bpo-38234: Py_Initialize() sets global path configuration (GH-16421)
bpo-38234: Py_Initialize() sets global path configuration (GH-16421)
* Py_InitializeFromConfig() now writes PyConfig path configuration to the global path configuration (_Py_path_config). * Add test_embed.test_get_pathconfig(). * Fix typo in _PyWideStringList_Join().pull/16428/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 10 deletions
-
2Include/internal/pycore_pathconfig.h
-
38Lib/test/test_embed.py
-
29Python/pathconfig.c
-
4Python/pylifecycle.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue