You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the environment is modified outside Python, os.environ is not updated. I propose adding a new os.environ.refresh() method to manually update os.environ.
Feature or enhancement
When the environment is modified outside Python,
os.environis not updated. I propose adding a newos.environ.refresh()method to manually updateos.environ.Discussion: https://discuss.python.org/t/method-to-refresh-os-environ/54774
Linked PRs
os.reload_environto__all__#140763os.reload_environto__all__(GH-140763) #140773