]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
authorVictor Stinner <vstinner@python.org>
Wed, 13 Oct 2021 17:25:53 +0000 (19:25 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 17:25:53 +0000 (19:25 +0200)
commitaac29af6785712019d34f1a7f15b3c408a4f68ae
treeca44f1d999551118d5ab06e5994b6291d387e3e1
parentdb2b6a20cd35781b2f5e798e880e57e6cf9b97aa
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)

Include <stdlib.h> explicitly in C files.

Python.h includes <wchar.h>.
29 files changed:
Doc/whatsnew/3.11.rst
Include/Python.h
Include/internal/pycore_fileutils.h
Include/pyport.h
Misc/NEWS.d/next/C API/2021-10-11-23-03-49.bpo-45434.tsS8I_.rst
Modules/_ctypes/_ctypes_test.c
Modules/_gdbmmodule.c
Modules/_lzmamodule.c
Modules/_pickle.c
Modules/_tracemalloc.c
Modules/faulthandler.c
Modules/getpath.c
Modules/nismodule.c
Modules/ossaudiodev.c
Modules/posixmodule.c
Modules/readline.c
Objects/floatobject.c
Objects/longobject.c
Objects/obmalloc.c
PC/WinMain.c
Programs/_freeze_module.c
Programs/_testembed.c
Python/dtoa.c
Python/errors.c
Python/fileutils.c
Python/initconfig.c
Python/preconfig.c
Python/pylifecycle.c
Python/pystrhex.c