Where is PyObject_DelItemString?

Mark Hammond mhammond at skippinet.com.au
Tue Jan 8 19:17:54 EST 2002


Ixokai wrote:

> Hello all,
>     The macro, PyMapping_DelItemString is directed into
> PyObject_DelItemString in abstract.h, but neither I nor Visual C++ can find
> where the heck PyObject_DelItemString is defined on my system. Anyone have
> any pointers? I've even done a full-text-search to try to find any reference
> to it -- and can only find the abovementioned macro definition. That's it.
>     You see, i'm trying to compile SCXX and its having a minor fit because
> of a linking error as a result.
> 
>     All help is appreciated. Thanks. :)


In the current CVS tip, PyObject_DelItemString is defined at line 177 of 
OBjects/abstract.c - directly after PyObject_DelItem.

Mark.




More information about the Python-list mailing list