]> granicus.if.org Git - python/commit
Use pre-created string objects for most common exceptions
authorGuido van Rossum <guido@python.org>
Fri, 9 Aug 1996 20:51:27 +0000 (20:51 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 9 Aug 1996 20:51:27 +0000 (20:51 +0000)
commit929f1b83ea8810c66a5e1e9f162d8680463abb0f
tree491082cc059c84f82624411b3a7d3f52169082f5
parent86c04c252b9ec1cb682d9fd52bdd48b61434c4b3
Use pre-created string objects for most common exceptions
(especially IndexError which is caught by 'for')
Objects/listobject.c