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.
@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
@serhiy-storchaka
serhiy-storchaka deleted the test-ioctl4 branch July 1, 2026 16:47
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