[Python-Dev] Re: Suggested memory API rules for 2.3

Neil Schemenauer nas@python.ca
Thu, 4 Apr 2002 06:39:11 -0800


Tim Peters wrote:
>  we promise that PyObject_GC_Del can be used in contexts requiring
>  function designators.

People will have to cast to PyObject* when calling PyObject_GC_Del.  I
guess that will be consistent with the other _Free and _Del functions.

  Neil