]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:48:59 +0000 (13:48 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Mar 2025 12:48:59 +0000 (13:48 +0100)
commit85c20374c09ddc143ae8fd3493bc99e7df6d3474
treebe7c3f259ffb5acc9e0fbd7541188d788b83e5b4
parent25ae2045a8a6e36d2cc2f386314ee4fd68ccd379
[3.13] gh-131277: allow EnvironmentVarGuard to unset more than one environment variable at once (GH-131280) (#131409)

(cherry picked from commit 3185e3115c918ec189e16cf9f5b51a13a0146556)

---------

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