Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.12] gh-108314: PyDict_GetItemString() mentions UTF-8#108448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Yhg1s merged 1 commit intopython:3.12fromvstinner:unicode_doc
Aug 25, 2023

Conversation

vstinner
Copy link
Member

@vstinnervstinner commentedAug 24, 2023
edited by github-actionsbot
Loading

PyDict_GetItemString(), PyDict_SetItemString() and PyDict_DelItemString() expects a UTF-8 encoding string for the key.


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

PyDict_GetItemString(), PyDict_SetItemString() andPyDict_DelItemString() expects a UTF-8 encoding string for the key.
@vstinnervstinner added docsDocumentation in the Doc dir skip news needs backport to 3.11only security fixes labelsAug 24, 2023
@vstinnervstinner changed the titlegh-108314: PyDict_GetItemString() mentions UTF-8[3.12] gh-108314: PyDict_GetItemString() mentions UTF-8Aug 24, 2023
@vstinner
Copy link
MemberAuthor

cc@serhiy-storchaka

@vstinner
Copy link
MemberAuthor

cc@methane

@miss-islington
Copy link
Contributor

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

@bedevere-bot
Copy link

GH-108489 is a backport of this pull request to the3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11only security fixes labelAug 25, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestAug 25, 2023
…GH-108448)pythongh-108314: PyDict_GetItemString() mentions UTF-8PyDict_GetItemString(), PyDict_SetItemString() andPyDict_DelItemString() expects a UTF-8 encoding string for the key.(cherry picked from commit9a225d7)Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner added a commit that referenced this pull requestAug 25, 2023
…8448) (#108489)[3.12]gh-108314: PyDict_GetItemString() mentions UTF-8 (GH-108448)gh-108314: PyDict_GetItemString() mentions UTF-8PyDict_GetItemString(), PyDict_SetItemString() andPyDict_DelItemString() expects a UTF-8 encoding string for the key.(cherry picked from commit9a225d7)Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinnervstinner deleted the unicode_doc branchAugust 25, 2023 19:38
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@serhiy-storchakaserhiy-storchakaserhiy-storchaka approved these changes

Assignees
No one assigned
Labels
docsDocumentation in the Doc dirskip news
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@vstinner@miss-islington@bedevere-bot@serhiy-storchaka@Yhg1s

[8]ページ先頭

©2009-2025 Movatter.jp