summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-11-10 14:58:00 (GMT)
committerGitHub <noreply@github.com>2023-11-10 14:58:00 (GMT)
commit2c6000cba496ed572a682a41ba20a1b58534c45a (patch)
treee7830e0c68656de36637bf5197651fb81bca56a1 /Misc/NEWS.d
parent41b2d8c7fad084c7a279edfc26f8ceda41a62ca0 (diff)
downloadcpython-2c6000cba496ed572a682a41ba20a1b58534c45a.zip
cpython-2c6000cba496ed572a682a41ba20a1b58534c45a.tar.gz
cpython-2c6000cba496ed572a682a41ba20a1b58534c45a.tar.bz2
[3.12] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111297)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2023-10-24-12-09-46.gh-issue-111251.urFYtn.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-24-12-09-46.gh-issue-111251.urFYtn.rst b/Misc/NEWS.d/next/Library/2023-10-24-12-09-46.gh-issue-111251.urFYtn.rst
new file mode 100644
index 0000000..3a87cb2
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-10-24-12-09-46.gh-issue-111251.urFYtn.rst
@@ -0,0 +1 @@
+Fix :mod:`_blake2` not checking for errors when initializing.