]> granicus.if.org Git - python/commit
Small refactoring saving one function() and eliminating some indirection.
authorRaymond Hettinger <python@rcn.com>
Mon, 12 Apr 2004 14:01:16 +0000 (14:01 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 12 Apr 2004 14:01:16 +0000 (14:01 +0000)
commit501f02cd0215dede0195ac035ece5b1d4f8d2746
tree6871428fa2ced6bf30fa78a07a55e4049f9db3dc
parent40a03821ae948389a564934043720268bfa53b7f
Small refactoring saving one function() and eliminating some indirection.
* Applied app1() to listappend().
* Inlined ins() into its one remaining caller.
Objects/listobject.c