]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Fix os.posix_spawn() error handling (GH-142532) (#142581)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Dec 2025 15:43:51 +0000 (16:43 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 15:43:51 +0000 (15:43 +0000)
commit53ca3b7b5ce6308f78d53040098290f5b1d3e40f
treeaf8a15a94b673cce5c58efc9a7374246160868f5
parent7c2d9c94983733ec9a784184da43b9498772485d
[3.13] Fix os.posix_spawn() error handling (GH-142532) (#142581)

Fix os.posix_spawn() error handling (GH-142532)

Consistently use `goto exit;` in `py_posix_spawn()`.
(cherry picked from commit 8cfa351560487d472df4c7d841814801fbf57397)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Modules/posixmodule.c