]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40887: Fix finalize_interp_clear() for free lists (GH-20698)
authorVictor Stinner <vstinner@python.org>
Sun, 7 Jun 2020 23:22:36 +0000 (01:22 +0200)
committerGitHub <noreply@github.com>
Sun, 7 Jun 2020 23:22:36 +0000 (01:22 +0200)
commit7907f8cbc6923240edb0b5b63adafb871c4c8875
treecf7b25467780c2bd7e899bfc477f73625930718c
parent2efe18bf277dd0f38a1d248ae6bdd30947c26880
bpo-40887: Fix finalize_interp_clear() for free lists (GH-20698)

Reorganize code to ensure that free lists are cleared in the right
order. Call _PyWarnings_Fini() before _PyList_Fini().
Python/pylifecycle.c