]> granicus.if.org Git - python/commit
Fix compiler warning about possible use of n without assignment.
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 3 Nov 2003 20:58:28 +0000 (20:58 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 3 Nov 2003 20:58:28 +0000 (20:58 +0000)
commitceac90aecb0996ddb4a97998ed60d724d936e60b
tree5b43908e7a3e4b834535efb36b2ac22954013c0f
parenta703a21b486b4eb47d9873fb1c7de7008530ae93
Fix compiler warning about possible use of n without assignment.
Also fix use of n for two different variables in two different blocks.
Objects/listobject.c