]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887) (GH-133963)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 May 2025 09:23:39 +0000 (11:23 +0200)
committerGitHub <noreply@github.com>
Tue, 13 May 2025 09:23:39 +0000 (09:23 +0000)
commitf0a7a6c2cc066523fc03d312cfebff8135d81aa2
treeb35e72131f2c15568f2fd9b74d4bd6e3f9765509
parent198dc8dcb2459e26cb97fa9653957cb0acbd6c70
[3.14] gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887) (GH-133963)

It now supports non-ASCII paths in non-UTF-8 locales and
non-UTF-8 paths in UTF-8 locales.
(cherry picked from commit c09cec5d69f2ef6ab5e64c7e0579fbd9dcb2ca45)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_sys.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-11-13-40-42.gh-issue-133886.ryBAyo.rst [new file with mode: 0644]
Python/ceval_gil.c
Python/sysmodule.c