cpython/Misc/NEWS.d/next/Library/2023-12-16-10-58-34.gh-issu...

5 lines
201 B
ReStructuredText

The :mod:`subprocess` module can now use the :func:`os.posix_spawn` function
with ``close_fds=True`` on platforms where
``posix_spawn_file_actions_addclosefrom_np`` is available.
Patch by Jakub Kulik.