[issue21965] Add support for Memory BIO to _ssl

Geert Jansen report at bugs.python.org
Fri Aug 1 11:39:39 CEST 2014


Geert Jansen added the comment:

I've explored a few options for the Python-level API in the attachment "bio_python_options.py".

Me personally I prefer the more light weight option #3. This is both out of selfish interest (less work for me), but also I believe that memory BIOs are an API that will be used almost exclusively by framework authors, not by end users like SSLSocket itself. So a more lower-level (but perfectly valid IMHO) API would be appropriate.

----------
Added file: http://bugs.python.org/file36190/bio_python_options.py

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


More information about the Python-bugs-list mailing list