]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)
authorVictor Stinner <vstinner@python.org>
Tue, 31 Oct 2023 20:53:57 +0000 (21:53 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 20:53:57 +0000 (21:53 +0100)
commitfaa5f6053d7334a3ecc513c64947ac026439c03a
treebb1613a4a37b8f2c4e6ad977200f50479f8552f6
parentc42347d025b29e993a12925a3ddf58c0c9bb7f7b
gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)

In practice, only Windows is impacted, because the HAVE_STDDEF_H
macro was only defined on Windows.
Doc/whatsnew/3.13.rst
Include/Python.h
Misc/NEWS.d/next/C API/2023-10-31-18-22-03.gh-issue-108765._beYv8.rst [new file with mode: 0644]