]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug 433228: repr(list) woes when len(list) big
authorTim Peters <tim.peters@gmail.com>
Sat, 16 Jun 2001 00:09:28 +0000 (00:09 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 16 Jun 2001 00:09:28 +0000 (00:09 +0000)
commit239508cd1087a521ebe40fabc96c66dcb11c3f8c
treed0ab80fe1f3a673b65171bb0b4e76b758023a4ee
parent57e52ef07613799632452ed599650aab642d783f
SF bug 433228:  repr(list) woes when len(list) big
call_object:  If the object isn't callable, display its type in the error
msg rather than its repr.
Bugfix candidate.
Python/ceval.c