]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145142: Make str.maketrans safe under free-threading (gh-145157)
authorVanshAgarwal24036 <148854295+VanshAgarwal24036@users.noreply.github.com>
Fri, 27 Feb 2026 16:08:15 +0000 (21:38 +0530)
committerGitHub <noreply@github.com>
Fri, 27 Feb 2026 16:08:15 +0000 (16:08 +0000)
commita2497955387bc463f05111b803599a92dcfcae29
treeaeaa52ff695532035d0d5749d301c9a4025aabb0
parent8775f900179aa21e6e9ec318dbb5c7cfd3561b66
gh-145142: Make str.maketrans safe under free-threading (gh-145157)
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