Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-120057: Add os.reload_environ() function#126268
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
6 commits Select commitHold shift + click to select a range
0a00444 gh-120057: Add os.reload_environ() function
vstinnerad10366 Address review: complete doc
vstinner118b8c0 Add seealso to os.environ
vstinnerfde06e9 Apply suggestions from code review
vstinnerca90336 Update Doc/library/os.rst
vstinner1b07ef6 Update Doc/library/os.rst
vstinnerFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Address review: complete doc
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitad1036616d897bd5dd7f517be9f0f5a3fe33e9bb
There are no files selected for viewing
9 changes: 7 additions & 2 deletionsDoc/library/os.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -245,8 +245,13 @@ process and user. | ||
| .. function:: reload_environ() | ||
| Update :data:`os.environ` and :data:`os.environb` with changes to the | ||
| current process environment made by :func:`os.putenv`, by | ||
| :func:`os.unsetenv`, or made outside Python in the same process. | ||
| This function is not thread safe. Calling it while the environment is | ||
| modified in other thread has undefined behavior. Reading from | ||
| :data:`os.environ` or calling :func:`os.getenv` during reloading can return | ||
| empty result. | ||
| .. versionadded:: 3.14 | ||
vstinner marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.