]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-78469: Declare missing sethostname for Solaris 10 (#109447)
authorJakub Kulík <Kulikjak@gmail.com>
Mon, 9 Oct 2023 21:18:05 +0000 (23:18 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Oct 2023 21:18:05 +0000 (21:18 +0000)
commit3b1580af07c0ce90d1c2073ab087772283d7e3b9
tree764bd45ee98417ec03223e7d0324cf93cf0c36ca
parent0050670d76193ea529f51d0526256cb7a769d61b
gh-78469: Declare missing sethostname for Solaris 10 (#109447)

Add OS version specific macro for Solaris: Py_SUNOS_VERSION.
Modules/socketmodule.c
configure
configure.ac
pyconfig.h.in