]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Use os.openpty() instead of pty.openpty() in test_ioctl (GH-132878)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Apr 2025 15:47:01 +0000 (18:47 +0300)
committerGitHub <noreply@github.com>
Thu, 24 Apr 2025 15:47:01 +0000 (18:47 +0300)
commitbf6c74dc7ab5ee3cc537a5082a75f4387ad64eeb
tree0ea91d13c138813bb7a05d3b68d2d8edaaf0b40e
parent52e0f564d053ef593a6af08473f9efd081578c45
[3.13] Use os.openpty() instead of pty.openpty() in test_ioctl (GH-132878)

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