]> granicus.if.org Git - python/commit
Nits:
authorRaymond Hettinger <python@rcn.com>
Wed, 5 May 2004 06:28:16 +0000 (06:28 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 5 May 2004 06:28:16 +0000 (06:28 +0000)
commitfdfe618228ef63a6b4db1ad93f8e61162c2e209e
treecc54862a6de2f2291b2f1a0f20fbfaac8c475eae
parent0468e416c16f5d2ac072628b0d31e129e0b2776f
Nits:
- Neatened the braces in PyList_New().
- Made sure "indexerr" was initialized to NULL.
- Factored if blocks in PyList_Append().
- Made sure "allocated" is initialized in list_init().
Objects/listobject.c