summaryrefslogtreecommitdiffstats
path: root/Python/Python-tokenize.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-09-02 21:47:25 (GMT)
committerGitHub <noreply@github.com>2023-09-02 21:47:25 (GMT)
commit7269916cd7b89b5e6f20bfe83ebe1038bda56b4b (patch)
tree9f4455e21e10ecbd39e6b3ff58d63da9f58da60e /Python/Python-tokenize.c
parentc5ce34f9b4963a672ce5993d165384e96b6eefe9 (diff)
downloadcpython-7269916cd7b89b5e6f20bfe83ebe1038bda56b4b.zip
cpython-7269916cd7b89b5e6f20bfe83ebe1038bda56b4b.tar.gz
cpython-7269916cd7b89b5e6f20bfe83ebe1038bda56b4b.tar.bz2
[3.12] gh-63760: Don't declare gethostname() on Solaris (#108817) (#108824)
gh-63760: Don't declare gethostname() on Solaris (#108817) Since 2005, Solaris defines gethostname(). socketmodule.c no longer has to define gethostname() for Solaris. Oracle Solaris and OpenSolaris have patches to remove the gethostname() definition in Python: * https://github.com/oracle/solaris-userland/blob/master/components/python/python37/patches/15-gethostname.patch * https://github.com/OpenIndiana/oi-userland/blob/oi/hipster/components/python/python37/patches/15-gethostname.patch * https://github.com/omniosorg/omnios-build/blob/master/build/python27/patches/24-gethostname.patch Co-authored-by: Jakub KulĂ­k <Kulikjak@gmail.com> (cherry picked from commit 0e6d582b3b73a88e71cae04327b31a1ee203722c)
Diffstat (limited to 'Python/Python-tokenize.c')
0 files changed, 0 insertions, 0 deletions