]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45434: Limited Python.h no longer includes stdio.h (GH-28960)
authorVictor Stinner <vstinner@python.org>
Thu, 14 Oct 2021 23:09:06 +0000 (01:09 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Oct 2021 23:09:06 +0000 (01:09 +0200)
commit284994762d820d8e09cc019f8f7c4bc501e37dd4
tree0ccb6119fb1f2e0b50b1dc9a9b7b75ff71272020
parentaf1083e975b9627a5c97013d3a2b9aef0e4b333c
bpo-45434: Limited Python.h no longer includes stdio.h (GH-28960)

The <Python.h> header file no longer includes <stdio.h> if the
Py_LIMITED_API macro is defined.
Doc/whatsnew/3.11.rst
Include/Python.h
Misc/NEWS.d/next/C API/2021-10-15-00-30-45.bpo-45434.XLtsbK.rst [new file with mode: 0644]