Skip to content

Conversation

@pxinwr
Copy link
Contributor

@pxinwr pxinwr commented Dec 17, 2020

VxWorks can't support termios and tty module. Reason: tty module is based on termios module. And VxWorks just has partial native support for POSIX termios spec.
VxWorks can't support os.openpty. Reason: VxWorks doesn't have apis openpty() and _getpty provided. It also has no devices /dev/ptc and /dev/ptmx defined.
VxWorks has no getitimer() and setitimer() C api available. So skipping impacted tests on VxWorks.

https://bugs.python.org/issue31904

@asvetlov asvetlov merged commit ba760f3 into python:master Dec 17, 2020
@bedevere-bot
Copy link

@asvetlov: Please replace # with GH- in the commit message next time. Thanks!

adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
@pxinwr pxinwr deleted the fix-issue-31904-aio branch May 7, 2021 07:43
@kuhlenough kuhlenough mannequin mentioned this pull request Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants