]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111230: Fix errors checking in _ssl module init (#111232)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 25 Oct 2023 13:42:18 +0000 (16:42 +0300)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 13:42:18 +0000 (15:42 +0200)
commitf6304949bb9937e798ecac8b414606dc01bc6d3c
tree79a60140f4c3188ffd73daa39c41fdfdcfe104d3
parent9da98c0d9a7cc55c67fb0bd3fa162fd3b2c2629b
gh-111230: Fix errors checking in _ssl module init (#111232)

Introduce ADD_INT_CONST macro wrapper for PyModule_AddIntConstant()
Misc/NEWS.d/next/Library/2023-10-23-22-40-47.gh-issue-111230.k3Jm84.rst [new file with mode: 0644]
Modules/_ssl.c