mirror of
https://github.com/python/cpython.git
synced 2026-05-31 08:39:49 -04:00
fdfe618228
- 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().