diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-10-05 11:02:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 11:02:52 (GMT) |
commit | 2bbbab212fb10b3aeaded188fb5d6c001fb4bf74 (patch) | |
tree | 01598b9bfb9ec0157c88d740f354d1b79b74bef9 /Misc | |
parent | 6592976061a6580fee2ade3564f6497eb685ab67 (diff) | |
download | cpython-2bbbab212fb10b3aeaded188fb5d6c001fb4bf74.zip cpython-2bbbab212fb10b3aeaded188fb5d6c001fb4bf74.tar.gz cpython-2bbbab212fb10b3aeaded188fb5d6c001fb4bf74.tar.bz2 |
gh-110365: Fix error overwrite in `termios.tcsetattr` (#110366)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-10-04-18-56-29.gh-issue-110365.LCxiau.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-04-18-56-29.gh-issue-110365.LCxiau.rst b/Misc/NEWS.d/next/Library/2023-10-04-18-56-29.gh-issue-110365.LCxiau.rst new file mode 100644 index 0000000..a1ac39b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-10-04-18-56-29.gh-issue-110365.LCxiau.rst @@ -0,0 +1,2 @@ +Fix :func:`termios.tcsetattr` bug that was overwritting existing errors +during parsing integers from ``term`` list. |