]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:41:46 +0000 (12:41 +0100)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2024 11:41:46 +0000 (11:41 +0000)
commitf2898f89bf0c7677a87532cdc1cafacce2ab00c9
tree080849fd63bc68cab952abf8cff409826ca36dca
parentb1c77ba1ce42859e5e8312d554ac2916ba96f6c3
[3.11] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule` (GH-116521) (#116540)

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