◐ Shell
clean mode source ↗

gh-127614: Correctly check for ttyname_r() in configure by erlend-aasland · Pull Request #128503 · python/cpython

PR python#14868 replaced the ttyname() call with ttyname_r(), but the old
check remained.

erlend-aasland added a commit to erlend-aasland/cpython that referenced this pull request

Jan 7, 2025

erlend-aasland added a commit that referenced this pull request

Jan 7, 2025
…) (#128599)

(cherry picked from commit e08b282)

PR #14868 replaced the ttyname() call with ttyname_r(), but the old
check remained.

srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request

Jan 8, 2025

erlend-aasland added a commit that referenced this pull request

Jan 11, 2025
…) (#128598)

(cherry picked from commit e08b282)

PR #14868 replaced the ttyname() call with ttyname_r(), but the old
check remained.