We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8909bfd commit fb81c83Copy full SHA for fb81c83
Misc/NEWS.d/next/Library/2026-03-15-09-47-31.gh-issue-145311.tKxdj2.rst
@@ -1,5 +1,3 @@
1
Fix :mod:`venv` and :mod:`ensurepip` hanging when stdin is connected to
2
-a pipe. :func:`subprocess.check_output` in
3
-:meth:`~venv.EnvBuilder._call_new_python` and :func:`subprocess.run` in
4
-:func:`ensurepip._run_pip` now pass ``stdin=subprocess.DEVNULL`` to
5
-prevent child processes from blocking on an inherited pipe descriptor.
+a pipe. Subprocess calls in both modules now pass ``stdin=subprocess.DEVNULL``
+to prevent child processes from blocking on an inherited pipe descriptor.
0 commit comments