]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:12:27 +0000 (22:12 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Mar 2024 21:12:27 +0000 (21:12 +0000)
commit8ee7e91c387ada1bd899306fa7d93b2c26871fe1
tree7ff9b4777dfaee843824c9a0b64881468d2ff6ad
parente5595288c9e0261b459d1cb0a1085c2c99e1115c
[3.11] gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow errors (GH-115321) (#116324)

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