This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mfavas
Recipients
Date 2001-04-15.11:19:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Variable set but unused:

*** unicodeobject.c.orig        Sun Apr 15 18:10:43
2001
--- unicodeobject.c     Sun Apr 15 18:11:57 2001
***************
*** 4793,4799 ****
            int flags = 0;
            int width = -1;
            int prec = -1;
-           int size = 0;
            Py_UNICODE c = '\0';
            Py_UNICODE fill;
            PyObject *v = NULL;
--- 4793,4798 ----
***************
*** 4931,4937 ****
            } /* prec */
            if (fmtcnt >= 0) {
                if (c == 'h' || c == 'l' || c == 'L') {
-                   size = c;
                    if (--fmtcnt >= 0)
                        c = *fmt++;
                }
--- 4930,4935 ----
History
Date User Action Args
2007-08-23 15:04:46adminlinkissue416248 messages
2007-08-23 15:04:46admincreate