]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105375: Improve posix error handling (GH-105592) (#105598)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 Jun 2023 19:33:30 +0000 (12:33 -0700)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2023 19:33:30 +0000 (21:33 +0200)
commitc14f6ea7e44790d0518c3a0c17b8b1336f3a1602
tree9947d5bbe689c40040d896210c2156e8b7eb7f67
parent071d559def83f0bc51e87a0ca83d45cf4bd6662b
[3.12] gh-105375: Improve posix error handling (GH-105592) (#105598)

Fix a bug where an IndexError could end up being overwritten.
(cherry picked from commit f668f73bc88cce0112b304d87aa998fb28013c71)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Misc/NEWS.d/next/Library/2023-06-09-21-30-59.gh-issue-105375.eewafp.rst [new file with mode: 0644]
Modules/posixmodule.c