]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40521: Add PyInterpreterState.unicode (GH-20081)
authorVictor Stinner <vstinner@python.org>
Wed, 13 May 2020 23:48:38 +0000 (01:48 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 23:48:38 +0000 (01:48 +0200)
commit3d17c045b4c3d09b72bbd95ed78af1ae6f0d98d2
tree5d137440f0cdf1312b7cc0b25516490faf42d711
parent75cd8e48c62c97fdb9d9a94fd2335be06084471d
bpo-40521: Add PyInterpreterState.unicode (GH-20081)

Move PyInterpreterState.fs_codec into a new
PyInterpreterState.unicode structure.

Give a name to the fs_codec structure and use this structure in
unicodeobject.c.
Include/internal/pycore_interp.h
Modules/_io/textio.c
Objects/unicodeobject.c