http://hg.python.org/cpython/rev/9439e720b12e changeset: 85544:9439e720b12e branch: 3.3 parent: 85540:39d0dfa5808c parent: 85535:90040e560527 user: Serhiy Storchaka <storchaka at gmail.com> date: Thu Sep 05 17:31:37 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 @@ -721,7 +721,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