This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients astrosticks, eryksun, iritkatriel
Date 2022-01-30.07:58:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643529482.17.0.450131657906.issue44264@roundup.psfhosted.org>
In-reply-to
Content
> os.environ defines the __delitem__ method to call C unsetenv(). Thus `del os.environ[varname]` does unset the environment variable, at least at the level of the C runtime.


For the current process, yes. But it's not that what the user needs to do to fix the problem is to define an environment variable and rerun the program.
History
Date User Action Args
2022-01-30 07:58:02iritkatrielsetrecipients: + iritkatriel, eryksun, astrosticks
2022-01-30 07:58:02iritkatrielsetmessageid: <1643529482.17.0.450131657906.issue44264@roundup.psfhosted.org>
2022-01-30 07:58:02iritkatriellinkissue44264 messages
2022-01-30 07:58:02iritkatrielcreate