]> granicus.if.org Git - python/commit
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
authorVictor Stinner <vstinner@redhat.com>
Wed, 19 Jun 2019 22:05:23 +0000 (00:05 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 22:05:23 +0000 (00:05 +0200)
commitb45d259bdda1de2b2d369458a9ad2e4d6f750687
tree7e4b308f1729b757ebead804cde061bb06832cab
parent35068bd059a3d9bff084ca9dcb04d51185b9ec3b
bpo-36710: Use tstate in pylifecycle.c (GH-14249)

In pylifecycle.c: pass tstate argument, rather than interp argument,
to functions.
Include/internal/pycore_pylifecycle.h
Include/internal/pycore_pystate.h
Objects/unicodeobject.c
Python/bltinmodule.c
Python/import.c
Python/pylifecycle.c
Python/pystate.c
Python/sysmodule.c