STINNER Victor <victor.stin...@haypocalc.com> added the comment:

key_file and cert_file are mandatory (see newPySSLObject()) and bytearray are 
now more accepted by PyUnicode_FSConverter() (see #8485). New version of the 
patch is simpler and shorter.

Support bytearray is a little bit to much complex for me (because of the GIL 
and bytearray lock), I prefer to leave 3.1 unchanged (I will not backport this 
patch).

----------
Added file: http://bugs.python.org/file17051/ssl_surrogates-2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8477>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to