Skip to content

gh-51944: Add missing macOS constants to termios#112823

Merged
ronaldoussoren merged 2 commits intopython:mainfrom
ronaldoussoren:gh-51944
Dec 7, 2023
Merged

gh-51944: Add missing macOS constants to termios#112823
ronaldoussoren merged 2 commits intopython:mainfrom
ronaldoussoren:gh-51944

Conversation

@ronaldoussoren
Copy link
Copy Markdown
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
Copy Markdown
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.

@ronaldoussoren ronaldoussoren merged commit 4b125dd into python:main Dec 7, 2023
@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