]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windows inste...
authorRaghunandan Bhat <33787364+raghunandanbhat@users.noreply.github.com>
Thu, 28 Jul 2022 22:48:33 +0000 (18:48 -0400)
committerGitHub <noreply@github.com>
Thu, 28 Jul 2022 22:48:33 +0000 (23:48 +0100)
commitedb72047f35d6da48c59bcfe0c655939a88ea0a6
treec1967d93c141766ad00407ba995ff35903733e67
parent390847922c8f93db6f639d6e0ab3e53aefa60c76
gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windows instead of mapping to standard handles (#93203)
Lib/test/test_os.py
Misc/NEWS.d/next/Windows/2022-05-28-19-36-13.gh-issue-43414.NGMJ3g.rst [new file with mode: 0644]
Modules/posixmodule.c