summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2022-07-05 16:06:57 (GMT)
committerGitHub <noreply@github.com>2022-07-05 16:06:57 (GMT)
commiteff4aa5409a0dfe6ccd5ef4662578c77ee2954f1 (patch)
tree833045ec7a9df47c6e5088b4e94c4c8e587644de /Misc/NEWS.d
parent224cd0c3bf2e24f7731fb0b6f31b3839641307d7 (diff)
downloadcpython-eff4aa5409a0dfe6ccd5ef4662578c77ee2954f1.zip
cpython-eff4aa5409a0dfe6ccd5ef4662578c77ee2954f1.tar.gz
cpython-eff4aa5409a0dfe6ccd5ef4662578c77ee2954f1.tar.bz2
[3.9] gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94570)
Co-authored-by: Carter Dodd <carter.dodd@gmail.com> Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit c8556bcf6c0b05ac46bd74880626a2853e7c99a1)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-01-03-15-07-06.bpo-46197.Z0djv6.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-03-15-07-06.bpo-46197.Z0djv6.rst b/Misc/NEWS.d/next/Library/2022-01-03-15-07-06.bpo-46197.Z0djv6.rst
new file mode 100644
index 0000000..7a3b2d5
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-01-03-15-07-06.bpo-46197.Z0djv6.rst
@@ -0,0 +1 @@
+Fix :mod:`ensurepip` environment isolation for subprocess running ``pip``.