diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-10-25 07:11:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 07:11:04 (GMT) |
commit | 3052c098ca2779c2d9ab9800dabe66d0efa01794 (patch) | |
tree | 17dcf38c78969676f6fe09eb4f62cf7690f6e289 /Misc | |
parent | 86887a2084618d1ea1afe756b24a930df7dd3543 (diff) | |
download | cpython-3052c098ca2779c2d9ab9800dabe66d0efa01794.zip cpython-3052c098ca2779c2d9ab9800dabe66d0efa01794.tar.gz cpython-3052c098ca2779c2d9ab9800dabe66d0efa01794.tar.bz2 |
gh-111253: Fix error checking in _socket module init (#111254)
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. |