]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134064: Fix sys.remote_exec() error checking (GH-134067) (#134162)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 17 May 2025 22:50:00 +0000 (00:50 +0200)
committerGitHub <noreply@github.com>
Sat, 17 May 2025 22:50:00 +0000 (22:50 +0000)
commiteaee2ae0333dde4f18bf849e4a90c8eebb7e2cb9
treee5d210b8f9255a2a05ea20ca3e0994b0000bf361
parent1ba5e65b76eb0d745e63691bda7206e66f72a961
[3.14] gh-134064: Fix sys.remote_exec() error checking (GH-134067) (#134162)

gh-134064: Fix sys.remote_exec() error checking (GH-134067)
(cherry picked from commit 009e7b36981fd07f7cca1fdcfcf172ce1584fac7)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_sys.py
Python/sysmodule.c