]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953)
authorVictor Stinner <vstinner@python.org>
Sat, 26 Dec 2020 19:26:08 +0000 (20:26 +0100)
committerGitHub <noreply@github.com>
Sat, 26 Dec 2020 19:26:08 +0000 (20:26 +0100)
commitf4507231e3f0cf8827cec5592571ce371c6813e8
tree1945e1cd6088d46c00f68f8a4a89eb35154ddf6c
parent3bcc4ead3f66a58604b7ce87d14e909406c3b364
bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953)

Call _PyType_Fini() in subinterpreters.

Fix reference leaks in subinterpreters.
Objects/typeobject.c
Objects/unicodeobject.c
Python/pylifecycle.c