X Tutup
Skip to content

gh-107954, PEP 741: Adjust Python initialization config#123663

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:pep741_adjust
Sep 4, 2024
Merged

gh-107954, PEP 741: Adjust Python initialization config#123663
vstinner merged 1 commit intopython:mainfrom
vstinner:pep741_adjust

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Sep 4, 2024

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup