[issue21308] PEP 466: backport ssl changes

Benjamin Peterson report at bugs.python.org
Wed Aug 20 05:26:39 CEST 2014


Benjamin Peterson added the comment:

In load_cert_chain, you may find it convenient to not Py_DECREF and Py_CLEAR keyfile_bytes and certfile_bytes, which aren't PyObject *.

----------

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


More information about the Python-bugs-list mailing list