diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-11-01 20:01:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 20:01:28 (GMT) |
commit | 99f0dd88b1ef8309a4e2a23a51bb47e18e1d81f3 (patch) | |
tree | 36ee950a9f7f41f9d68756c3d442423744400b3a /Misc | |
parent | a94bdc245963a0c0a41f201a6a1311549d964945 (diff) | |
download | cpython-99f0dd88b1ef8309a4e2a23a51bb47e18e1d81f3.zip cpython-99f0dd88b1ef8309a4e2a23a51bb47e18e1d81f3.tar.gz cpython-99f0dd88b1ef8309a4e2a23a51bb47e18e1d81f3.tar.bz2 |
[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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-10-24-12-20-46.gh-issue-111253.HFywSK.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-24-12-20-46.gh-issue-111253.HFywSK.rst b/Misc/NEWS.d/next/Library/2023-10-24-12-20-46.gh-issue-111253.HFywSK.rst new file mode 100644 index 0000000..e21a426 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-10-24-12-20-46.gh-issue-111253.HFywSK.rst @@ -0,0 +1 @@ +Add error checking during :mod:`!_socket` module init. |