Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2025

Conversation

serhiy-storchaka
Copy link
Member

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

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.
@serhiy-storchaka serhiy-storchaka added tests Tests in the Lib/test dir skip issue skip news labels Apr 24, 2025
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) April 24, 2025 15:47
@serhiy-storchaka serhiy-storchaka merged commit 8c975b0 into python:main Apr 24, 2025
46 checks passed
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