]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108765: Python.h no longer includes <unistd.h> (#108783)
authorVictor Stinner <vstinner@python.org>
Sat, 2 Sep 2023 14:50:18 +0000 (16:50 +0200)
committerGitHub <noreply@github.com>
Sat, 2 Sep 2023 14:50:18 +0000 (16:50 +0200)
commit594b00057e667e0d8d4e41748be056cdd829e919
treeb970b7d385d30e9bb423a30bc3029cc94fe4ca4b
parent4f9b706c6f5d4422a398146bfd011daedaef1851
gh-108765: Python.h no longer includes <unistd.h> (#108783)
16 files changed:
Doc/whatsnew/3.13.rst
Include/Python.h
Misc/NEWS.d/next/C API/2023-09-01-21-10-29.gh-issue-108765.eeXtYF.rst [new file with mode: 0644]
Modules/_ctypes/malloc_closure.c
Modules/_posixsubprocess.c
Modules/_testcapimodule.c
Modules/grpmodule.c
Modules/mmapmodule.c
Modules/posixmodule.c
Modules/pwdmodule.c
Modules/resource.c
Modules/selectmodule.c
Modules/socketmodule.c
Programs/_freeze_module.c
Python/dup2.c
Python/perf_trampoline.c