]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40268: Remove unused osdefs.h includes (GH-19532)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Apr 2020 01:24:57 +0000 (03:24 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2020 01:24:57 +0000 (03:24 +0200)
commit361dcdcefc80f5729ed18ac0ef73327794fbf400
tree9ec3e27545cbf1f5f082b612ecbeb94b759827f9
parentd9ea5cae1d07e1ee8b03540a9367c26205e0e360
bpo-40268: Remove unused osdefs.h includes (GH-19532)

When the include is needed, add required symbol in a comment.
13 files changed:
Modules/_tracemalloc.c
Modules/getpath.c
Modules/posixmodule.c
Modules/syslogmodule.c
Objects/exceptions.c
PC/getpathp.c
Python/fileutils.c
Python/import.c
Python/pathconfig.c
Python/pylifecycle.c
Python/pythonrun.c
Python/sysmodule.c
Python/traceback.c