]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] [3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (GH-108448) (#108489)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 25 Aug 2023 16:48:25 +0000 (09:48 -0700)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 16:48:25 +0000 (18:48 +0200)
commitcc81f5b61a3a2023c61a1f41892f45a4479a694f
tree40df9be31ecb6e939e6f7879084524e73e337f62
parent5505bfd687be376c9ed7dd9fca55e25d3c1515e3
[3.11] [3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (GH-108448) (#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 9a225d7d5b0530ee73fa00d4816897997a9eb733)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/c-api/dict.rst