]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
authorVictor Stinner <vstinner@python.org>
Tue, 14 Apr 2020 15:52:15 +0000 (17:52 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 15:52:15 +0000 (17:52 +0200)
commite5014be0497d06d78343623588a80f491a6f7b74
treea8bbd18a39f6567115adb3089d1d9758c3e4690d
parente1945307d36849f8be8937144cf3dd6ebab6274c
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
56 files changed:
Modules/_functoolsmodule.c
Modules/_io/bufferedio.c
Modules/_io/textio.c
Modules/_threadmodule.c
Modules/gcmodule.c
Modules/getpath.c
Modules/main.c
Modules/posixmodule.c
Modules/signalmodule.c
Objects/abstract.c
Objects/call.c
Objects/cellobject.c
Objects/classobject.c
Objects/descrobject.c
Objects/dictobject.c
Objects/exceptions.c
Objects/fileobject.c
Objects/frameobject.c
Objects/funcobject.c
Objects/genobject.c
Objects/interpreteridobject.c
Objects/iterobject.c
Objects/listobject.c
Objects/memoryobject.c
Objects/methodobject.c
Objects/moduleobject.c
Objects/object.c
Objects/odictobject.c
Objects/setobject.c
Objects/sliceobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/unicodeobject.c
PC/getpathp.c
Parser/listnode.c
Parser/myreadline.c
Programs/_testembed.c
Python/_warnings.c
Python/bltinmodule.c
Python/ceval.c
Python/codecs.c
Python/context.c
Python/errors.c
Python/frozenmain.c
Python/hamt.c
Python/import.c
Python/initconfig.c
Python/pathconfig.c
Python/preconfig.c
Python/pylifecycle.c
Python/pystate.c
Python/pythonrun.c
Python/symtable.c
Python/sysmodule.c
Python/thread.c
Python/traceback.c