]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#128599)
authorErlend E. Aasland <erlend@python.org>
Tue, 7 Jan 2025 22:05:42 +0000 (23:05 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2025 22:05:42 +0000 (22:05 +0000)
commit6b3371914c7448373e7dc4bb28020173b10dbe02
tree93f1d5e71c75715adc3aea66615006e70f163d7a
parent82b061d71157226e127efe037cb3ae1be89a09c3
[3.12] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#128599)

(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