]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151029: Fix sys.remote_exec() unable to find writable memory when libpython...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Jun 2026 16:49:40 +0000 (18:49 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 16:49:40 +0000 (16:49 +0000)
commite88d41685bd1a79283f4d91f72373b7576be4183
treecbb93cfb74a01ab248f2697a70ada43aca32e722
parent3206fc74fbb4a99e0a7e43ebbad86f68ab32a631
[3.15] gh-151029: Fix sys.remote_exec() unable to find writable memory when libpython replaced on disk (GH-151032) (#152443)

gh-151029: Fix sys.remote_exec() unable to find writable memory when libpython replaced on disk (GH-151032)
(cherry picked from commit a69d0fc41ef339378022f1c0190a9692cb276a7f)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Lib/test/test_sys.py
Misc/NEWS.d/next/Core_and_Builtins/2026-06-06-20-15-08.gh-issue-151029.A33CKK.rst [new file with mode: 0644]
Python/remote_debug.h