[Python-Dev] survey of extension module memory managment

Neil Schemenauer nas@python.ca
Mon, 18 Mar 2002 18:56:43 -0800


Tim Peters wrote:
> I choose to look at the bright side:  all the modules you listed used *some*
> way to spell "get memory" when getting memory, and some way to spell
> "release memory" when releasing memory.  We can deduce from that exactly how
> much users can keep straight <wink>.

Something else interesting I noticed: almost everyone uses the macro and
not the function.

  Neil