• Tim Peters's avatar
    defdict_reduce(): Plug leaks. · 38a663cf
    Tim Peters authored
    We didn't notice these before because test_defaultdict didn't
    actually do anything before Georg fixed that earlier today.
    Neal's next refleak run then showed test_defaultdict leaking
    9 references on each run.  That's repaired by this checkin.
    38a663cf
collectionsmodule.c 32.3 KB