• Tim Peters's avatar
    Moving pymalloc along. · 8b078f95
    Tim Peters yazdı
    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.
    8b078f95
pymem.h 4.03 KB