]> granicus.if.org Git - python/commit
Moving pymalloc along.
authorTim Peters <tim.peters@gmail.com>
Sun, 28 Apr 2002 04:11:46 +0000 (04:11 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 28 Apr 2002 04:11:46 +0000 (04:11 +0000)
commit8b078f95e0a9c55ab27b0a28af4e0998750072c7
treed330de314061dec7a4de295b8d9e6b34119b948f
parentfa8efab30f74a13a91795a1ef074b92299a0af9d
Moving pymalloc along.

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.
Include/objimpl.h
Include/pymem.h