Skip to content

gh-46236: Document PyUnicode_BuildEncodingMap - #133270

Merged
vstinner merged 2 commits into
python:mainfrom
StanFromIreland:buildencodingmap
May 9, 2025
Merged

gh-46236: Document PyUnicode_BuildEncodingMap#133270
vstinner merged 2 commits into
python:mainfrom
StanFromIreland:buildencodingmap

Conversation

@StanFromIreland

@StanFromIrelandStanFromIreland commented May 1, 2025

Copy link
Copy Markdown
Member

@bedevere-appbedevere-appBot mentioned this pull request May 1, 2025
33 tasks
@ZeroIntensityZeroIntensity added docs Documentation in the Doc dir skip news topic-C-API needs backport to 3.13 bugs and security fixes labels May 1, 2025
Comment threadDoc/c-api/unicode.rst Outdated
Co-authored-by: Victor Stinner <vstinner@python.org>
@serhiy-storchakaserhiy-storchaka added the needs backport to 3.14 bugs and security fixes label May 8, 2025

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vstinner
vstinner merged commit f34ec09 into python:mainMay 9, 2025
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsMay 9, 2025
@miss-islington-app

Copy link
Copy Markdown

Thanks @StanFromIreland for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 9, 2025
(cherry picked from commit f34ec09)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
@miss-islington-app

Copy link
Copy Markdown

Sorry, @StanFromIreland and @vstinner, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker f34ec09ba51070b0693d7ced8e57e77d71beb48d 3.13

@StanFromIreland
StanFromIreland deleted the buildencodingmap branch May 9, 2025 15:19
@bedevere-app

Copy link
Copy Markdown

GH-133769 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label May 9, 2025
@StanFromIreland

Copy link
Copy Markdown
MemberAuthor

I can do it if you are busy.

@vstinner

Copy link
Copy Markdown
Member

I can do it if you are busy.

I suppose that you're talking about the 3.13 backport: yes sure, go ahead.

vstinner pushed a commit that referenced this pull request May 9, 2025
…3769)
gh-46236: Document PyUnicode_BuildEncodingMap (GH-133270)
(cherry picked from commit f34ec09)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
@hugovkhugovk removed the needs backport to 3.13 bugs and security fixes label May 22, 2025
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip newstopic-C-API

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants

@StanFromIreland@vstinner@hugovk@serhiy-storchaka@ZeroIntensity