Skip to content

[3.12] gh-114328: tty cbreak mode should not alter ICRNL (GH-114335) #114410

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

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 21, 2024

The terminal CR -> NL mapping setting should be inherited in cbreak mode as OSes do not specify altering it as part of their stty cbreak mode definition.
(cherry picked from commit fd49e22)

Co-authored-by: Gregory P. Smith [email protected]


📚 Documentation preview 📚: https://cpython-previews--114410.org.readthedocs.build/

)

The terminal CR -> NL mapping setting should be inherited in cbreak mode as OSes do not specify altering it as part of their stty cbreak mode definition.
(cherry picked from commit fd49e22)

Co-authored-by: Gregory P. Smith <[email protected]>
@gpshead gpshead enabled auto-merge (squash) January 21, 2024 23:27
@gpshead gpshead self-assigned this Jan 21, 2024
@gpshead gpshead merged commit 33c1907 into python:3.12 Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants