]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105375: Improve array.array exception handling (#105594)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Sun, 11 Jun 2023 09:58:08 +0000 (11:58 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2023 09:58:08 +0000 (11:58 +0200)
commit35cff545db7c7912046c0ce5627db2e4d2b60f57
tree905600bf9639dca683abc94f04de4bcf0cc6f5bc
parent01f4230460454d4a849a5ba93320142c1a0c93a8
gh-105375: Improve array.array exception handling (#105594)

Fix a bug where 'tp_richcompare' could end up overwriting an exception.
Misc/NEWS.d/next/Library/2023-06-09-21-46-52.gh-issue-105375.yrJelV.rst [new file with mode: 0644]
Modules/arraymodule.c