mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -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().