]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)
authorVictor Stinner <vstinner@python.org>
Fri, 22 Nov 2019 11:27:50 +0000 (12:27 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2019 11:27:50 +0000 (12:27 +0100)
commit3d4833488a173c16446c3f94f58f05e2d13c5dee
tree37e5ab1eef1a29ed5aaf588a5d883107974ef9e1
parent310e2d25170a88ef03f6fd31efcc899fe062da2c
bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)

Py_EndInterpreter() now clears the filesystem codec.
Include/internal/pycore_pylifecycle.h
Objects/unicodeobject.c
Python/pylifecycle.c