Skip to content

gh-46236: Add missing document of PyUnicode_DecodeCodePageStateful - #127934

Merged
encukou merged 4 commits into
mainfrom
unknown repository
Feb 10, 2025
Merged

gh-46236: Add missing document of PyUnicode_DecodeCodePageStateful#127934
encukou merged 4 commits into
mainfrom
unknown repository

Conversation

@ghost

@ghostghost commented Dec 14, 2024

Copy link
Copy Markdown

PyUnicode_DecodeCodePageStateful is in the limited C-API, and the document does not exist.


📚 Documentation preview 📚: https://cpython-previews--127934.org.readthedocs.build/

`PyUnicode_DecodeCodePageStateful` is in the limited C-API,
and the document does not exist.
Comment threadDoc/c-api/unicode.rst Outdated
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Comment threadDoc/c-api/unicode.rst Outdated
Comment threadDoc/c-api/unicode.rst Outdated
@ZeroIntensityZeroIntensity added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels Jan 10, 2025
Yuki Kobayashiand others added 2 commits January 11, 2025 10:58
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
@encukou
encukou merged commit 8d9d3e4 into python:mainFeb 10, 2025
@miss-islington-app

Copy link
Copy Markdown

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 10, 2025
…-127934)
(cherry picked from commit 8d9d3e4)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
@bedevere-app

Copy link
Copy Markdown

GH-129961 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Feb 10, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 10, 2025
…-127934)
(cherry picked from commit 8d9d3e4)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
@bedevere-app

Copy link
Copy Markdown

GH-129962 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.12 only security fixes label Feb 10, 2025
encukou pushed a commit that referenced this pull request Feb 10, 2025
…) (GH-129961)
gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934)
(cherry picked from commit 8d9d3e4)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
encukou pushed a commit that referenced this pull request Feb 10, 2025
…) (GH-129962)
gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934)
(cherry picked from commit 8d9d3e4)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
@ghost
ghost deleted the doc-fix-1 branch February 11, 2025 00:17
@encukou

Copy link
Copy Markdown
Member

Thank you, @koyuki7w!

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@encukou@ZeroIntensity@StanFromIreland@picnixz