]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#128598)
authorErlend E. Aasland <erlend@python.org>
Sat, 11 Jan 2025 11:47:49 +0000 (12:47 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Jan 2025 11:47:49 +0000 (11:47 +0000)
commit436064afd88bf19b6d6885485cee39a331e406c5
treece66b18178c8a80298c7a688d154843458e93047
parent3714fd07c5a98811f677334e6be7fd042c305daa
[3.13] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#128598)

(cherry picked from commit e08b28235a863323ca3a7e444776bb7803e77caf)

PR #14868 replaced the ttyname() call with ttyname_r(), but the old
check remained.
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
configure
configure.ac
pyconfig.h.in