FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 by vstinner · Pull Request #108448 · python/cpython · GitHub

/ cpython Public

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

Merged
Yhg1s merged 1 commit into
python:3.12from
vstinner:unicode_doc
Aug 25, 2023
Merged

[3.12] gh-108314: PyDict_GetItemString() mentions UTF-8#108448
Yhg1s merged 1 commit into
python:3.12from
vstinner:unicode_doc

Conversation

vstinner commented Aug 24, 2023
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Member

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() and
PyDict_DelItemString() expects a UTF-8 encoding string for the key.
vstinner added docs Documentation in the Doc dir skip news needs backport to 3.11 only security fixes labels Aug 24, 2023
vstinner changed the title gh-108314: PyDict_GetItemString() mentions UTF-8 [3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 Aug 24, 2023

Copy link
Copy Markdown
Member Author

cc @serhiy-storchaka

Copy link
Copy Markdown
Member Author

cc @methane

Yhg1s merged commit 9a225d7 into python:3.12 Aug 25, 2023

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown

GH-108489 is a backport of this pull request to the 3.11 branch.

bedevere-bot removed the needs backport to 3.11 only security fixes label Aug 25, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 25, 2023
…GH-108448)

pythongh-108314: PyDict_GetItemString() mentions UTF-8

PyDict_GetItemString(), PyDict_SetItemString() and
PyDict_DelItemString() expects a UTF-8 encoding string for the key.
(cherry picked from commit 9a225d7)

Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner added a commit that referenced this pull request Aug 25, 2023
…8448) (#108489)

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

gh-108314: PyDict_GetItemString() mentions UTF-8

PyDict_GetItemString(), PyDict_SetItemString() and
PyDict_DelItemString() expects a UTF-8 encoding string for the key.
(cherry picked from commit 9a225d7)

Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner deleted the unicode_doc branch August 25, 2023 19:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL