Files
cpython/Modules/arraymodule.c
Raymond Hettinger dc72e5683e Backport SF bug #782369: Massive memory leak in array module
Fixed leak caused by switching from PyList_GetItem to PySequence_GetItem.
Added missing NULL check.
Clarified code by converting an "if" to an "else if".
2003-08-06 06:55:09 +00:00

48 KiB