Skip to content

Conversation

@BCSharp
Copy link
Member

@BCSharp BCSharp commented Feb 1, 2025

Implements tcsendbreak, tcdrain, tcflush, tcflow, which makes termios function-complete up to and including Python 3.10. The exported constants are still not complete. tcgetattr and tcsetattr remain mocks. To implement tcgetwinsize, and tcsetwinsize added in 3.11, fcntl.ioctl needs to be better implemented (currently it's a stub).

Copy link
Contributor

@slozier slozier left a comment

Choose a reason for hiding this comment

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

Thanks!

@BCSharp BCSharp merged commit 82873fc into IronLanguages:main Feb 2, 2025
8 checks passed
@BCSharp BCSharp deleted the termios_syscall branch February 2, 2025 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants