]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145142: Make str.maketrans safe under free-threading (gh-145157) (#145320)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Feb 2026 16:33:46 +0000 (17:33 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Feb 2026 16:33:46 +0000 (16:33 +0000)
commitd76c56e958c9a603ded42d27b39ab51c1e3794e4
tree9f71bc9dc055f51cdfd1b0a9912425b2398265f6
parent1e4b4a6ddc084a358cba8ae82ca9be39afe20afa
[3.14] gh-145142: Make str.maketrans safe under free-threading (gh-145157) (#145320)

Co-authored-by: VanshAgarwal24036 <148854295+VanshAgarwal24036@users.noreply.github.com>
Lib/test/test_free_threading/test_str.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-23-23-18-28.gh-issue-145142.T-XbVe.rst [new file with mode: 0644]
Objects/unicodeobject.c