]> granicus.if.org Git - python/commit
Fix error introduced by r58288; if a tuple is length 0 return its repr and
authorBrett Cannon <bcannon@gmail.com>
Sun, 30 Sep 2007 20:37:19 +0000 (20:37 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 30 Sep 2007 20:37:19 +0000 (20:37 +0000)
commit31ba8480d823f2c424d77ccd8c446b79ca48c1ce
tree487c63ac2f54a4417feecc85acee1379c9a9cfbe
parent0b14f243c4ba95db67604261131400cd92736df9
Fix error introduced by r58288; if a tuple is length 0 return its repr and
don't worry about any self-referring tuples.
Objects/tupleobject.c