diff options
author | Christian Heimes <christian@python.org> | 2019-09-25 21:03:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 21:03:30 (GMT) |
commit | df69e75edcc08475bc9a57a5a76df8a45bfc3c34 (patch) | |
tree | 7011de85654fb7a1f7c21068467f452cf71d600b /Misc | |
parent | cc28ed2421bf3953efc0fbde387f28722f3801e2 (diff) | |
download | cpython-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.rst | 1 |
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. |