Skip to content

Comments

gh-145118: Add frozendict support to str.maketrans()#145129

Merged
rhettinger merged 1 commit intopython:mainfrom
StanFromIreland:maketrans
Feb 23, 2026
Merged

gh-145118: Add frozendict support to str.maketrans()#145129
rhettinger merged 1 commit intopython:mainfrom
StanFromIreland:maketrans

Conversation

@StanFromIreland
Copy link
Member

@StanFromIreland StanFromIreland commented Feb 22, 2026

@StanFromIreland StanFromIreland changed the title gh-145118: Add frozendict support to str.maketrans(0) gh-145118: Add frozendict support to str.maketrans() Feb 22, 2026
@rhettinger rhettinger merged commit 1dfbde9 into python:main Feb 23, 2026
53 checks passed
@StanFromIreland StanFromIreland deleted the maketrans branch February 23, 2026 22:07
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot ARM64 macOS 3.x (tier-2) has failed when building commit 1dfbde9.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/725/builds/12842) and take a look at the build logs.
  4. Check if the failure is related to this commit (1dfbde9) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/725/builds/12842

Failed tests:

  • test_urllib2net

Summary of the results of the build (if available):

==

Click to see traceback logs
remote: Enumerating objects: 12, done.        
remote: Counting objects:  10% (1/10)        
remote: Counting objects:  20% (2/10)        
remote: Counting objects:  30% (3/10)        
remote: Counting objects:  40% (4/10)        
remote: Counting objects:  50% (5/10)        
remote: Counting objects:  60% (6/10)        
remote: Counting objects:  70% (7/10)        
remote: Counting objects:  80% (8/10)        
remote: Counting objects:  90% (9/10)        
remote: Counting objects: 100% (10/10)        
remote: Counting objects: 100% (10/10), done.        
remote: Compressing objects:  10% (1/10)        
remote: Compressing objects:  20% (2/10)        
remote: Compressing objects:  30% (3/10)        
remote: Compressing objects:  40% (4/10)        
remote: Compressing objects:  50% (5/10)        
remote: Compressing objects:  60% (6/10)        
remote: Compressing objects:  70% (7/10)        
remote: Compressing objects:  80% (8/10)        
remote: Compressing objects:  90% (9/10)        
remote: Compressing objects: 100% (10/10)        
remote: Compressing objects: 100% (10/10), done.        
remote: Total 12 (delta 0), reused 0 (delta 0), pack-reused 2 (from 1)        
From https://github.com/python/cpython
 * branch                    main       -> FETCH_HEAD
Note: switching to '1dfbde9299854c9f056250a658ccf9820bc54df3'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 1dfbde92998 gh-145118: Add `frozendict` support to `str.maketrans()` (gh-145129)
Switched to and reset branch 'main'

make: *** [buildbottest] Error 2

@StanFromIreland
Copy link
Member Author

Unrelated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants