Revision f2898f89bf0c7677a87532cdc1cafacce2ab00c9 authored by Miss Islington (bot) on 09 March 2024, 11:41:46 UTC, committed by GitHub on 09 March 2024, 11:41:46 UTC
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>
1 parent b1c77ba
Raw File
.editorconfig
root = true

[*.{py,c,cpp,h,js,rst,md,yml}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.{py,c,cpp,h}]
indent_size = 4

[*.rst]
indent_size = 3

[*.{js,yml}]
indent_size = 2
back to top