]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107954, PEP 741: Adjust Python initialization config (#123663)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Sep 2024 10:58:32 +0000 (12:58 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 10:58:32 +0000 (10:58 +0000)
commitb423ae6b0879ab1b53c6f517274c0d9e0f235d78
treef43488fe34b2471309e36729343b80af55bf867e
parent7bd964dbbe301059f3971b1be281bee0938bc70a
gh-107954, PEP 741: Adjust Python initialization config (#123663)

Setting dev_mode to 1 in an isolated configuration now enables also
faulthandler.

Moreover, setting "module_search_paths" option with
PyInitConfig_SetStrList() now sets "module_search_paths_set" to 1.
Lib/test/test_embed.py
Programs/_testembed.c
Python/initconfig.c