[Python-checkins] cpython (merge default -> default): Merge.

alexander.belopolsky python-checkins at python.org
Sun Aug 4 20:52:56 CEST 2013


http://hg.python.org/cpython/rev/fb7c6803ba70
changeset:   85025:fb7c6803ba70
parent:      85024:f7c84ef35b00
parent:      85023:f1cb19264a1f
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sun Aug 04 14:52:42 2013 -0400
summary:
  Merge.

files:
  Objects/unicodeobject.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -3235,7 +3235,7 @@
     wchar_t *wstr;
     PyObject *bytes = NULL;
     char *errmsg;
-    PyObject *reason;
+    PyObject *reason = NULL;
     PyObject *exc;
     size_t error_pos;
     int surrogateescape;

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list