21 Sep
2004
21 Sep
'04
7:33 p.m.
[Jonathan Hobbs]
I am trying to track down the cause of a performance problem in ZCTextIndex (OkapiIndex is the leading contender - thanks to Dieter to for the tip!) and have gotten as far as the 'score' routine in okascore.c - which references a routine called 'PyObject_SetItem', for which I cannot locate the source routine. Does anyone know where the source for the 'PyObject_xxx' routines are stored (linux installation)?
PyXYZ_ABC() functions are part of Python's C API, are supplied by your Python installation, and are documented in the "Python/C API" manual. http://docs.python.org/api/object.html#l2h-208