]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-51944: Add missing macOS constants to termios (#112823)
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 7 Dec 2023 10:27:30 +0000 (11:27 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 10:27:30 +0000 (11:27 +0100)
commit4b125dd31a634871d3b2d06ebfd1b9aef539766b
tree33708c143339b859cf520c6beccdd554d1ad5bf3
parent4ba15de19153bb97308996ec85242bdeda358387
gh-51944: Add missing macOS constants to termios (#112823)

* gh-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>
Misc/NEWS.d/next/Library/2023-12-06-14-06-14.gh-issue-51944.-5qq_L.rst [new file with mode: 0644]
Modules/termios.c