]> granicus.if.org Git - python/commit
bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant (#16071)
authorChristian Heimes <christian@python.org>
Wed, 25 Sep 2019 21:03:30 +0000 (23:03 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 21:03:30 +0000 (23:03 +0200)
commitdf69e75edcc08475bc9a57a5a76df8a45bfc3c34
tree7011de85654fb7a1f7c21068467f452cf71d600b
parentcc28ed2421bf3953efc0fbde387f28722f3801e2
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__.
Lib/test/test_hashlib.py
Misc/NEWS.d/next/Library/2019-09-12-18-41-35.bpo-38142.1I0Ch0.rst [new file with mode: 0644]
Modules/_hashopenssl.c