]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-131277: allow EnvironmentVarGuard to unset more than one environment variab...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 18 Mar 2025 12:46:24 +0000 (13:46 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Mar 2025 12:46:24 +0000 (13:46 +0100)
commit865bd6de991dae966ec4bf4eb698ab8c19afdb21
treed3f1d1bbd9a100be3452bacb03092afd42c6efb7
parent38ef8d78bbcd5dd88b40a2c53d65f9167b9a78c3
[3.12] gh-131277: allow EnvironmentVarGuard to unset more than one environment variable at once (GH-131280) (#131410)

(cherry picked from commit 3185e3115c918ec189e16cf9f5b51a13a0146556)

---------

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Lib/test/support/os_helper.py
Lib/test/test__osx_support.py
Lib/test/test_getopt.py
Lib/test/test_pathlib.py
Lib/test/test_platform.py
Lib/test/test_regrtest.py
Lib/test/test_shutil.py
Lib/test/test_site.py