[3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 by vstinner · Pull Request #108448 · python/cpython
PyDict_GetItemString(), PyDict_SetItemString() and PyDict_DelItemString() expects a UTF-8 encoding string for the key.
vstinner
changed the title
gh-108314: PyDict_GetItemString() mentions UTF-8
[3.12] gh-108314: PyDict_GetItemString() mentions UTF-8
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…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
…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>
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