]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] gh-101283: Improved fallback logic for subprocess with shell=True on Windows...
authorSteve Dower <steve.dower@python.org>
Thu, 9 Feb 2023 10:34:52 +0000 (10:34 +0000)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 10:34:52 +0000 (11:34 +0100)
commitc7fdc9c743d23b3c77ab4b1261748b8e395c298a
tree4e0a4f17f0edc004f081c33b79dae36d347a05e6
parentecfed4f9cc711b6843f6b0fc46b241ba0d3fd0d1
[3.7] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286) (#101713)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
Doc/library/subprocess.rst
Lib/subprocess.py
Misc/NEWS.d/next/Security/2023-01-24-16-12-00.gh-issue-101283.9tqu39.rst [new file with mode: 0644]