Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-127614: Correctly check for ttyname_r() in configure #128503

Merged

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-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-aasland erlend-aasland added skip news needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes labels Jan 4, 2025
@erlend-aasland erlend-aasland linked an issue Jan 4, 2025 that may be closed by this pull request
@erlend-aasland erlend-aasland merged commit e08b282 into python:main Jan 7, 2025
47 checks passed
@erlend-aasland erlend-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

bedevere-app bot commented Jan 7, 2025

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

@bedevere-app bedevere-app bot 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

bedevere-app bot commented Jan 7, 2025

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

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
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