]> 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>
Wed, 10 Jan 2024 23:43:39 +0000 (00:43 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2024 23:43:39 +0000 (23:43 +0000)
commit4050a150e9ce08bacb1ce0140ba16d1689dbbcdc
treec60f1303aa7520a9030af25f5c0658c78b89ed58
parent3fc45e6c4e31fe817e91ebeeb5f7dc8afc6c6c13
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