[issue17436] hashlib: add a method to hash the content of a file

Christian Heimes report at bugs.python.org
Fri Apr 1 09:27:36 EDT 2016


Christian Heimes added the comment:

For readfile() it might make more sense to implement it directly in C and let OpenSSL's BIO layer handle IO internally. It's more efficient and you can release the GIL around the whole operation.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17436>
_______________________________________


More information about the Python-bugs-list mailing list