Skip to content

Use os.openpty() instead of pty.openpty() in test_ioctl#132880

Merged
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:test-ioctl4
Apr 24, 2025
Merged

Use os.openpty() instead of pty.openpty() in test_ioctl#132880
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:test-ioctl4

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Apr 24, 2025

Copy link
Copy Markdown
Member

pty.openpty() does not work on Android, and it is easier to check availability of os.openpty.

This is a "forward-port" of #132878.

pty.openpty() does not work on Android, and it is easier to check
availability of os.openpty.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip issue skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant