Skip to content

Commit b4aff15

Browse files
committed
gh-151403: Use os.PathLike.__fspath__ reference in NEWS to fix docs build
1 parent 80d6ec7 commit b4aff15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Fixed a crash in :class:`subprocess.Popen` (and ``_posixsubprocess.fork_exec``)
2-
when an ``argv`` item's :meth:`~object.__fspath__` concurrently mutates the
2+
when an ``argv`` item's :meth:`~os.PathLike.__fspath__` concurrently mutates the
33
``args`` sequence being converted.

0 commit comments

Comments
 (0)