Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
f5364ae75043580cf1ce94dcafe2b8b489a855aa
/
.
/
Misc
/
NEWS.d
/
next
/
Library
/
2026-03-18-16-58-17.gh-issue-146091.lBbo1L.rst
blob: 2ed3ea8f90e9618d99bd131db243edf1a12928c4 [
file
]
Fix
a bug
in
:
func
:
`termios.tcsetwinsize`
where
passing a sequence that
raises an exception
in
``
__getitem__
``
would cause a
:
exc
:
`SystemError`
instead of propagating the original exception
.