]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Call _PyWarnings_InitState() in subinterpreters (GH-21078)
authorVictor Stinner <vstinner@python.org>
Tue, 23 Jun 2020 13:55:45 +0000 (15:55 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 13:55:45 +0000 (15:55 +0200)
commit30a89338eb377df08ea8724809101d14612a32eb
treebdb63e2205723b49353cfdfbcd7018228e813b12
parent61b649296110dcb38e67db382a7e8427c5eb75d0
Call _PyWarnings_InitState() in subinterpreters (GH-21078)

Py_InitializeFromConfig() now calls also _PyWarnings_InitState() in
subinterpreters.
Python/pylifecycle.c