]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134064: Fix sys.remote_exec() error checking (#134067)
authorVictor Stinner <vstinner@python.org>
Sat, 17 May 2025 22:24:40 +0000 (18:24 -0400)
committerGitHub <noreply@github.com>
Sat, 17 May 2025 22:24:40 +0000 (00:24 +0200)
commit009e7b36981fd07f7cca1fdcfcf172ce1584fac7
treebc2196a777d4147ad9a93a246d028180575a16cc
parentfc7f4c36664314393bd4c30355e21bd7aeac524d
gh-134064: Fix sys.remote_exec() error checking (#134067)
Lib/test/test_sys.py
Python/sysmodule.c