• Tim Peters's avatar
    Moving pymalloc along. · ca54c2f4
    Tim Peters authored
    As threatened, PyMem_{Free, FREE} also invoke the object deallocator now
    when pymalloc is enabled (well, it does when pymalloc isn't enabled too,
    but in that case "the object deallocator" is plain free()).
    
    This is maximally backward-compatible, but it leaves a bitter aftertaste.
    
    Also massive reworking of comments.
    ca54c2f4
pymem.h 4.03 KB