]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
authorVictor Stinner <vstinner@python.org>
Tue, 14 Apr 2020 12:26:24 +0000 (14:26 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 12:26:24 +0000 (14:26 +0200)
commit4a3fe0835310643193ea45529ab0fb45c5f8f2fd
tree6d112c3be1763e9185f805d19581347d1fc332ee
parent8ef875028a3644a329c87ce420a73793e315143f
bpo-40268: Include explicitly pycore_interp.h (GH-19505)

pycore_pystate.h no longer includes pycore_interp.h:
it's now included explicitly in files accessing PyInterpreterState.
19 files changed:
Include/internal/pycore_ceval.h
Include/internal/pycore_object.h
Include/internal/pycore_pystate.h
Modules/_threadmodule.c
Modules/main.c
Objects/codeobject.c
Objects/interpreteridobject.c
Objects/longobject.c
Objects/moduleobject.c
Parser/listnode.c
Python/_warnings.c
Python/codecs.c
Python/dynload_shlib.c
Python/import.c
Python/initconfig.c
Python/preconfig.c
Python/sysmodule.c
Python/thread_nt.h
Python/thread_pthread.h