]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use os.openpty() instead of pty.openpty() in test_ioctl (GH-132880)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Apr 2025 16:07:00 +0000 (19:07 +0300)
committerGitHub <noreply@github.com>
Thu, 24 Apr 2025 16:07:00 +0000 (16:07 +0000)
commit8c975b0fddf0df4172634894f61a7d7c8db48255
tree08a6478e56e8992f6260ce2e6d104aeb25c9ca5b
parentbab59a904c146854e38eaa2d570c85b6f8c13642
Use os.openpty() instead of pty.openpty() in test_ioctl (GH-132880)

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