]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow errors...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 Mar 2024 21:13:38 +0000 (22:13 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Mar 2024 21:13:38 +0000 (21:13 +0000)
commit0f70c14939bd014001f7e37150255a960683717c
treea71200a403c320cc56a0f861c64c3d41b95e0aed
parent19aa5574241e3c7e554505880a5ddd1102d22a42
[3.12] gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow errors (GH-115321) (#116323)

gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow errors (GH-115321)
(cherry picked from commit 207030f5527d405940b79c10c1413c1e8ff696c1)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Python/sysmodule.c