]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jan 2024 22:27:12 +0000 (23:27 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Jan 2024 22:27:12 +0000 (22:27 +0000)
commitd15e1ac828716623253ef1a0db404bc42434e3f5
tree697a52efe3c189acc7aea5252689f49766e574ff
parenta956e510f6336d5ae111ba429a61c3ade30a7549
gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)

(cherry picked from commit c31be58da8577ef140e83d4e46502c7bb1eb9abf)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Lib/test/test_subprocess.py
Misc/NEWS.d/next/Windows/2023-03-15-23-53-45.gh-issue-87868.4C36oQ.rst [new file with mode: 0644]
Modules/_winapi.c