builtin_map(): A better fix for the previous leak plug (remember
PyList_Append steals a reference even if it fails). builtin_filter(): Had the same leak problem as builtin_map().
Showing
Please register or sign in to comment
PyList_Append steals a reference even if it fails). builtin_filter(): Had the same leak problem as builtin_map().