Skip to content

gh-127335: Add TIOCM_OUT1, TIOCM_OUT2, and TIOCM_LOOP to termios - #127336

Open
rruuaanng wants to merge 3 commits into
python:mainfrom
rruuaanng:add-term-const
Open

gh-127335: Add TIOCM_OUT1, TIOCM_OUT2, and TIOCM_LOOP to termios#127336
rruuaanng wants to merge 3 commits into
python:mainfrom
rruuaanng:add-term-const

Conversation

@rruuaanng

@rruuaanngrruuaanng commented Nov 27, 2024

Copy link
Copy Markdown
Contributor

Mainly synchronize the latest modem lines constants to the termios module.

@rruuaanngrruuaanng changed the title gh-127335: Add the latest termios macro constantsgh-127335: Add latest modem lines constants to termios moduleNov 27, 2024

@ZeroIntensityZeroIntensity left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM.

As far as I can tell, we don't have explicit tests or documentation for any of the other macros, so I think we're good.

Comment threadMisc/NEWS.d/next/Library/2024-11-27-23-13-21.gh-issue-127335.IiqYeX.rst Outdated
Comment threadMisc/NEWS.d/next/Library/2024-11-27-23-13-21.gh-issue-127335.IiqYeX.rst Outdated
@erlend-aaslanderlend-aasland changed the title gh-127335: Add latest modem lines constants to termios modulegh-127335: Add TIOCM_OUT1, TIOCM_OUT2, and TIOCM_LOOP to termiosNov 29, 2024
@erlend-aasland

Copy link
Copy Markdown
Contributor

As you've been told previously, please spell out the actual change in the PR title.

LocoabordoR8

This comment was marked as spam.

@LocoabordoR8

This comment was marked as spam.

@erlend-aaslanderlend-aasland removed their assignment May 11, 2025
@github-actions

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actionsgithub-actionsBot added the stale Stale PR or inactive for long period of time. label Apr 20, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting mergestaleStale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add TIOCM_OUT1, TIOCM_OUT2, and TIOCM_LOOP constants to termios

4 participants

@rruuaanng@erlend-aasland@LocoabordoR8@ZeroIntensity