]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)
authorVictor Stinner <vstinner@python.org>
Sat, 2 Sep 2023 13:48:32 +0000 (15:48 +0200)
committerGitHub <noreply@github.com>
Sat, 2 Sep 2023 13:48:32 +0000 (15:48 +0200)
commit4ba18099b70c9f20f69357bac94d74f7c3238d7f
tree714317734a64e190397faeb422fd82195a901c90
parent1f3e797dc0451f48e649bcab2c9fd80224ffdac0
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)

Remove also the HAVE_IEEEFP_H macro: remove ieeefp.h from the
AC_CHECK_HEADERS() check of configure.ac.
Doc/whatsnew/3.13.rst
Include/Python.h
Include/pyport.h
Misc/NEWS.d/next/C API/2023-09-01-20-41-49.gh-issue-108765.5dXc1r.rst [new file with mode: 0644]
configure
configure.ac
pyconfig.h.in