]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 9 Mar 2024 11:36:02 +0000 (12:36 +0100)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2024 11:36:02 +0000 (11:36 +0000)
commit3f92cf272e19086466add674585a9aa324334e0d
tree6ffd644f3637202f89c485de80915ea154220292
parentd38298a9ba1663fe7c9ea5a765dbdb0c6c370f54
[3.12] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule` (GH-116521) (#116539)

gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule` (GH-116521)
(cherry picked from commit b4b4e764a798bab60324871074ce4cdebb9d01bb)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Modules/posixmodule.c