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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17436>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to