http://hg.python.org/cpython/rev/60007e358557 changeset: 85545:60007e358557 parent: 85541:86ab7b7c173e parent: 85539:cecec75c2250 user: Serhiy Storchaka <storchaka at gmail.com> date: Thu Sep 05 17:32:15 2013 +0300 summary: Merge heads files: Modules/_ssl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Modules/_ssl.c b/Modules/_ssl.c --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -755,7 +755,7 @@ int i, j; PyObject *peer_alt_names = Py_None; - PyObject *v, *t; + PyObject *v = NULL, *t; X509_EXTENSION *ext = NULL; GENERAL_NAMES *names = NULL; GENERAL_NAME *name; -- Repository URL: http://hg.python.org/cpython