]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix os.posix_spawn() error handling (#142532)
authorBartosz Sławecki <bartosz@ilikepython.com>
Thu, 11 Dec 2025 17:02:26 +0000 (18:02 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 17:02:26 +0000 (18:02 +0100)
commit8cfa351560487d472df4c7d841814801fbf57397
tree0f456a79754462121d813e8b0f2f5ed04c244d4f
parenta27538540ed12c91f75361ae78d1117c74667af7
Fix os.posix_spawn() error handling (#142532)

Consistently use `goto exit;` in `py_posix_spawn()`.
Modules/posixmodule.c