]> granicus.if.org Git - python/commit
bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)
authorVictor Stinner <vstinner@redhat.com>
Thu, 2 May 2019 15:54:20 +0000 (11:54 -0400)
committerGitHub <noreply@github.com>
Thu, 2 May 2019 15:54:20 +0000 (11:54 -0400)
commit43fc3bb7cf0278735eb0010d7b3043775a120cb5
tree0807627b8981941f1c0135c5af9c865f8bd3e0ca
parente251095a3f4778102f554cecffcfd837f4d1db6c
bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)

Move get_codec_name() and initfsencoding() from pylifecycle.c to
unicodeobject.c.

Rename also "init" functions in pylifecycle.c.
Include/internal/pycore_pylifecycle.h
Objects/unicodeobject.c
Python/pylifecycle.c