summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2021-03-29 13:17:40 (GMT)
committerGitHub <noreply@github.com>2021-03-29 13:17:40 (GMT)
commit70cdf1812cf479c6b1cd7435a6fc0679ec1fb0da (patch)
treea2ad510654f58688a2afabaa8c6762e19e941237 /Misc
parent9b999479c0022edfc9835a8a1f06e046f3881048 (diff)
downloadcpython-70cdf1812cf479c6b1cd7435a6fc0679ec1fb0da.zip
cpython-70cdf1812cf479c6b1cd7435a6fc0679ec1fb0da.tar.gz
cpython-70cdf1812cf479c6b1cd7435a6fc0679ec1fb0da.tar.bz2
bpo-40645: Fix reference leak in the _hashopenssl extension (GH-25063)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-03-29-11-55-06.bpo-40645.PhaT-B.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-03-29-11-55-06.bpo-40645.PhaT-B.rst b/Misc/NEWS.d/next/Core and Builtins/2021-03-29-11-55-06.bpo-40645.PhaT-B.rst
new file mode 100644
index 0000000..9ca9843
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-03-29-11-55-06.bpo-40645.PhaT-B.rst
@@ -0,0 +1,2 @@
+Fix reference leak in the :mod:`_hashopenssl` extension. Patch by Pablo
+Galindo.