]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127614: Correctly check for ttyname_r() in configure (#128503)
authorErlend E. Aasland <erlend@python.org>
Tue, 7 Jan 2025 21:42:36 +0000 (22:42 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2025 21:42:36 +0000 (22:42 +0100)
commite08b28235a863323ca3a7e444776bb7803e77caf
treefa7ab611952856c37ffdc0f10c41f51fbac25989
parent07e6aa2efc5b2c7ecbbdb41636013c64e335a2ba
gh-127614: Correctly check for ttyname_r() in configure (#128503)

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