]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport Tim's checkin 2.247:
authorThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 14:13:32 +0000 (14:13 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 14:13:32 +0000 (14:13 +0000)
commit44c3679296a13aec7b46c0939c183c4d86e7c7ab
tree883f4d7c7515c9376ba9b8e3e1bcdfade6b4197b
parent5eaa74048fabc67a8b12a14853865150ec688b91
Backport Tim's checkin 2.247:

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.
Python/ceval.c