]> granicus.if.org Git - python/commit
SF bug #604716: faster [None]*n or []*n
authorRaymond Hettinger <python@rcn.com>
Wed, 21 May 2003 05:58:46 +0000 (05:58 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 21 May 2003 05:58:46 +0000 (05:58 +0000)
commit6624e6854694315c25981f6bb6cfd360798169c5
treef20023508dbc079ec0af23584fc97aa6108b6e31
parent28137a09d69fd098b82b3386c92949ad60aebef4
SF bug #604716: faster [None]*n or []*n

Fulfilled request to special case repetitions of lists of length 0 or 1.
Objects/listobject.c