cpython/Misc/NEWS.d/next/Library/2023-12-15-18-13-59.gh-issu...

3 lines
146 B
ReStructuredText

:func:`os.posix_spawn` now accepts ``env=None``, which makes the newly spawned
process use the current process environment. Patch by Jakub Kulik.