]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154271: Enable socket ancillary data and forkserver on illumos (GH-154273) main
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 28 Jul 2026 17:35:26 +0000 (20:35 +0300)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2026 17:35:26 +0000 (20:35 +0300)
commit8b048eb35eb7f83dbff86dd11c7fdb37caab9e7a
tree69f9ebb80aabe07f904d3fd19ffd6cbe15a45936
parente3634bb44f7f1395dcb1b7ab3736811e9e2a4589
gh-154271: Enable socket ancillary data and forkserver on illumos (GH-154273)

illumos declares the socket ancillary-data API (CMSG_*, sendmsg(),
recvmsg()) only under _XOPEN_SOURCE >= 600.  __EXTENSIONS__ keeps the
other platform features.  This enables the forkserver start method.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Misc/NEWS.d/next/Build/2026-07-20-20-30-00.gh-issue-154271.solxopen.rst [new file with mode: 0644]
configure
configure.ac