Skip to content

Commit fb81c83

Browse files
committed
gh-145311: fix NEWS blurb sphinx refs to private APIs
1 parent 8909bfd commit fb81c83

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
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.
2+
a pipe. Subprocess calls in both modules now pass ``stdin=subprocess.DEVNULL``
3+
to prevent child processes from blocking on an inherited pipe descriptor.

0 commit comments

Comments
 (0)