summaryrefslogtreecommitdiff
path: root/Python/pystate.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-03-02 15:02:18 +0100
committerGitHub <noreply@github.com>2020-03-02 15:02:18 +0100
commit66b7973c1b2e6aa6a2462c6b13971a08cd665af2 (patch)
tree29a6bfce69d2d244c2b307ab274e08a935be9fe5 /Python/pystate.c
parent4482337decdbd0c6e2150346a68b3616bda664aa (diff)
downloadcpython-git-66b7973c1b2e6aa6a2462c6b13971a08cd665af2.tar.gz
bpo-39796: Fix _warnings module initialization (GH-18739)
* Add _PyWarnings_InitState() which only initializes the _warnings module state (tstate->interp->warnings) without creating a module object * Py_InitializeFromConfig() now calls _PyWarnings_InitState() instead of _PyWarnings_Init() * Rename also private functions of _warnings.c to avoid confusion between the public C API and the private C API.
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions