This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pitrou, vstinner
Date 2010-04-23.11:37:39
SpamBayes Score 0.002364754
Marked as misclassified No
Message-id <1272022663.29.0.267952818064.issue8477@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2010-04-23 11:37:43vstinnersetrecipients: + vstinner, pitrou
2010-04-23 11:37:43vstinnersetmessageid: <1272022663.29.0.267952818064.issue8477@psf.upfronthosting.co.za>
2010-04-23 11:37:41vstinnerlinkissue8477 messages
2010-04-23 11:37:41vstinnercreate