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-51944: Add missing macOS constants to termios #112823

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

ronaldoussoren
Copy link
Contributor

@ronaldoussoren ronaldoussoren commented Dec 7, 2023

Add all public constants in <termio.h> and <sys/termios.h> on macOS that weren't present
already. Based on the macOS 14.2 SDK.

This changeset adds all public constants in <termio.h>
and <sys/termios.h> on macOS that weren't present
already.
@ronaldoussoren
Copy link
Contributor Author

One open question is the documentation: The termios documentation does not list constants and therefore there is IMHO no good place to add a version-changed for this PR.

Modules/termios.c Outdated Show resolved Hide resolved
Modules/termios.c Show resolved Hide resolved
@ronaldoussoren ronaldoussoren merged commit 4b125dd into python:main Dec 7, 2023
34 checks passed
@ronaldoussoren ronaldoussoren deleted the gh-51944 branch December 7, 2023 10:27
ronaldoussoren added a commit to ronaldoussoren/cpython that referenced this pull request Dec 12, 2023
Fix the defition of VDSUSP and CCTS_OFLOW (which
was mentioned in NEWS, but not actually addded)
ronaldoussoren added a commit that referenced this pull request Dec 12, 2023
Fix the defition of VDSUSP and add CCTS_OFLOW (which
was mentioned in NEWS, but not actually addded)
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
* pythongh-51944: Add some macOS constants to termios

This changeset adds all public constants in <termio.h>
and <sys/termios.h> on macOS that weren't present
already.

Based on the macOS 14.2 SDK

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…hon#112996)

Fix the defition of VDSUSP and add CCTS_OFLOW (which
was mentioned in NEWS, but not actually addded)
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
* pythongh-51944: Add some macOS constants to termios

This changeset adds all public constants in <termio.h>
and <sys/termios.h> on macOS that weren't present
already.

Based on the macOS 14.2 SDK

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…hon#112996)

Fix the defition of VDSUSP and add CCTS_OFLOW (which
was mentioned in NEWS, but not actually addded)
Sign up for free to 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.

2 participants