]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40521: Fix _PyContext_Fini() (GH-21103)
authorVictor Stinner <vstinner@python.org>
Wed, 24 Jun 2020 01:21:15 +0000 (03:21 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 01:21:15 +0000 (03:21 +0200)
commitcde283d16d87024f455e45c6f1b4e4f7d8905836
tree12b25c50ca8e357e8095f24689001a9512cf0ab6
parent2f9ada96e0d420fed0d09a032b37197f08ef167a
bpo-40521: Fix _PyContext_Fini() (GH-21103)

Only clear _token_missing in the main interpreter.
Python/context.c