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 30ac0e3 commit c233975Copy full SHA for c233975
1 file changed
Misc/NEWS.d/next/Library/2026-04-01-15-16-28.gh-issue-114467.g-8r4E.rst
@@ -0,0 +1,3 @@
1
+The :mod:`subprocess` module can now use the :func:`os.posix_spawn` function
2
+with ``cwd`` set on platforms where ``posix_spawn_file_actions_addchdir_np``
3
+is available. Patch by Jakub Kulik.
0 commit comments