summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-09-25 21:03:30 (GMT)
committerGitHub <noreply@github.com>2019-09-25 21:03:30 (GMT)
commitdf69e75edcc08475bc9a57a5a76df8a45bfc3c34 (patch)
tree7011de85654fb7a1f7c21068467f452cf71d600b /Misc
parentcc28ed2421bf3953efc0fbde387f28722f3801e2 (diff)
downloadcpython-df69e75edcc08475bc9a57a5a76df8a45bfc3c34.zip
cpython-df69e75edcc08475bc9a57a5a76df8a45bfc3c34.tar.gz
cpython-df69e75edcc08475bc9a57a5a76df8a45bfc3c34.tar.bz2
bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant (#16071)
* Updated _hashopenssl.c to be PEP 384 compliant * Remove refleak test from test_hashlib. The updated type no longer accepts random arguments to __init__.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-09-12-18-41-35.bpo-38142.1I0Ch0.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-12-18-41-35.bpo-38142.1I0Ch0.rst b/Misc/NEWS.d/next/Library/2019-09-12-18-41-35.bpo-38142.1I0Ch0.rst
new file mode 100644
index 0000000..740b6f1
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-09-12-18-41-35.bpo-38142.1I0Ch0.rst
@@ -0,0 +1 @@
+The _hashlib OpenSSL wrapper extension module is now PEP-384 compliant.