8000 gh-107954, PEP 741: Add PyConfig_Get() function by vstinner · Pull Request #123472 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-107954, PEP 741: Add PyConfig_Get() function #123472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Sep 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/c-api/init_config.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
  • Loading branch information
vstinner and picnixz authored Aug 30, 2024
commit edc99742aef84e02d3711c8c1f882ddf9be16d98
4 changes: 2 additions & 2 deletions Doc/c-api/init_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1605,8 +1605,8 @@ customized Python always running in isolated mode using
:c:func:`Py_RunMain`.


Get and Set the current runtime Python configuration
====================================================
Runtime Python configuration API
================================

The configuration option *name* parameter must be a non-NULL null-terminated
UTF-8 encoded string.
Expand Down
0