]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111251: Fix error checking in _blake2 module init (#111252)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 25 Oct 2023 06:32:46 +0000 (09:32 +0300)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 06:32:46 +0000 (08:32 +0200)
commit86887a2084618d1ea1afe756b24a930df7dd3543
tree2134b71d480d647a2205aef4948d32e55d3ed8dc
parent3211d5793f4437f86cd2fa11e86b4fd958932881
gh-111251: Fix error checking in _blake2 module init (#111252)

Introduce ADD_INT_CONST macro wrapper for PyModule_AddIntConstant()
Misc/NEWS.d/next/Library/2023-10-24-12-09-46.gh-issue-111251.urFYtn.rst [new file with mode: 0644]
Modules/_blake2/blake2module.c