summaryrefslogtreecommitdiffstats
path: root/Lib/test/_test_embed_set_config.py
Commit message (Expand)AuthorAgeFilesLines
* Add support.MS_WINDOWS constant (#110446)Victor Stinner2023-10-061-1/+1
* gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...Eric Snow2022-10-261-1/+0
* gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...Steve Dower2022-05-191-2/+3
* bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower2021-12-031-0/+1
* bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)Victor Stinner2021-12-021-2/+2
* bpo-43950: Add option to opt-out of PEP-657 (GH-27023)Ammar Askar2021-07-071-0/+1
* bpo-42260: Compute the path config in the main init (GH-23211)Victor Stinner2020-11-101-7/+19
* bpo-42260: PyConfig_Read() only parses argv once (GH-23168)Victor Stinner2020-11-051-1/+7
* bpo-42260: Add _PyConfig_FromDict() (GH-23167)Victor Stinner2020-11-051-0/+243