Author amaury.forgeotdarc
Recipients
Date 2007-07-12.00:00:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Of course, sourceforge ate the spaces again... sorry.
Here is the patch again:

Index: Objects/unicodeobject.c
===================================================================
--- Objects/unicodeobject.c     (revision 56284)
+++ Objects/unicodeobject.c     (working copy)
@@ -1207,7 +1207,6 @@
                                    PyBytes_Size(b));
     Py_DECREF(b);
     if (!errors) {
-        Py_XINCREF(v);
         ((PyUnicodeObject *)unicode)->defenc = v;
     }
     return v;
History
Date User Action Args
2007-08-23 15:59:03adminlinkissue1752317 messages
2007-08-23 15:59:03admincreate