Skip to content

Conversation

@erlend-aasland
Copy link
Contributor

@erlend-aaslanderlend-aasland commented Jan 4, 2025

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

PR python#14868 replaced the ttyname() call with ttyname_r(), but the old check remained.
@erlend-aaslanderlend-aasland linked an issue Jan 4, 2025 that may be closed by this pull request
@erlend-aaslanderlend-aasland merged commit e08b282 into python:mainJan 7, 2025
47 checks passed
@erlend-aaslanderlend-aasland deleted the autoconf/detect-ttyname_r branch January 7, 2025 21:42
@miss-islington-app

This comment was marked as outdated.

@miss-islington-app

This comment was marked as outdated.

@miss-islington-app

This comment was marked as outdated.

@bedevere-app
Copy link

GH-128598 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13 bugs and security fixes label Jan 7, 2025
erlend-aasland added a commit to erlend-aasland/cpython that referenced this pull request Jan 7, 2025
…ython#128503) (cherry picked from commit e08b282) PR python#14868 replaced the ttyname() call with ttyname_r(), but the old check remained.
@bedevere-app
Copy link

GH-128599 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12 only security fixes label 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
…#128503) PR python#14868 replaced the ttyname() call with ttyname_r(), but the old check remained.
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.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

configure is checking for ttyname but code is using ttyname_r

1 participant

@erlend-aasland