]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111233: Fix error checking in select extension module init (#111234)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 25 Oct 2023 07:18:21 +0000 (10:18 +0300)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 07:18:21 +0000 (07:18 +0000)
commit2838c550f729f3fccedb3d65c6695cb0b78045ab
tree769a2d3b3edde68c169d7b024182ae0bfc50c3b2
parent3052c098ca2779c2d9ab9800dabe66d0efa01794
gh-111233: Fix error checking in select extension module init (#111234)

Introduce ADD_INT macro wrapper for PyModule_AddIntConstant()
Misc/NEWS.d/next/Library/2023-10-23-23-14-54.gh-issue-111233.sCdCC0.rst [new file with mode: 0644]
Modules/selectmodule.c