]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111253: Fix error checking in _socket module init (GH-111254) (#111299)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Nov 2023 20:01:28 +0000 (21:01 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2023 20:01:28 +0000 (21:01 +0100)
commit99f0dd88b1ef8309a4e2a23a51bb47e18e1d81f3
tree36ee950a9f7f41f9d68756c3d442423744400b3a
parenta94bdc245963a0c0a41f201a6a1311549d964945
[3.12] gh-111253: Fix error checking in _socket module init (GH-111254) (#111299)

gh-111253: Fix error checking in _socket module init (GH-111254)
(cherry picked from commit 3052c098ca2779c2d9ab9800dabe66d0efa01794)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Misc/NEWS.d/next/Library/2023-10-24-12-20-46.gh-issue-111253.HFywSK.rst [new file with mode: 0644]
Modules/socketmodule.c