summaryrefslogtreecommitdiffstats
path: root/Python/importlib.h
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-03-02 14:02:18 (GMT)
committerGitHub <noreply@github.com>2020-03-02 14:02:18 (GMT)
commit66b7973c1b2e6aa6a2462c6b13971a08cd665af2 (patch)
tree29a6bfce69d2d244c2b307ab274e08a935be9fe5 /Python/importlib.h
parent4482337decdbd0c6e2150346a68b3616bda664aa (diff)
downloadcpython-66b7973c1b2e6aa6a2462c6b13971a08cd665af2.zip
cpython-66b7973c1b2e6aa6a2462c6b13971a08cd665af2.tar.gz
cpython-66b7973c1b2e6aa6a2462c6b13971a08cd665af2.tar.bz2
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/importlib.h')
0 files changed, 0 insertions, 0 deletions