Update of /projects/cvsroot/python/dist/src/Python In directory anthem:/projects/python/develop/bwarsaw/pristine/Python Modified Files: bltinmodule.c Log Message: 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().