]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139482: Add `posix._clearenv()` function (#139965)
authorVictor Stinner <vstinner@python.org>
Sat, 11 Oct 2025 20:58:43 +0000 (22:58 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Oct 2025 20:58:43 +0000 (22:58 +0200)
commit35e9d41a9cc3999672ba7440847b16ec71bd9ddd
treedbd74f81a8089ae50e06770190c82c348a23fd19
parent166cdaa6fb06c0ec802fd6910c117d809f818ede
gh-139482: Add `posix._clearenv()` function (#139965)
Lib/os.py
Lib/test/test_os/test_os.py
Misc/NEWS.d/next/Library/2025-10-11-20-03-13.gh-issue-139482.du2Stg.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
configure
configure.ac
pyconfig.h.in