Missing source files?

Thomas Wouters thomas at xs4all.net
Sun Jun 11 20:04:05 EDT 2000


On Sun, Jun 11, 2000 at 11:54:50PM +0000, William Dandreta wrote:
> I am trying to build Python 1.5.2 for DOS and my linker finds 3 undefined
> functions:

> PyMember_Get
> PyMember_Set
> PyBuffer_FromObject

> The only thing I was able to find was:

> DL_IMPORT(PyObject *) PyMember_Get Py_PROTO((char *, struct memberlist *,
> char *));

> which is useless. I checked the entire set of source files for 1.5.2 and
> those functions don't seem to be there. Does anyone know where they are? And
> if some sources files are missing from the latest package?

PyMember_Get and PyMember_Set are defined in Python/structmember.c, and
PyBuffer_FromObject is defined in Objects/bufferobject.c.

The definitions don't seem to be wrapped in any #ifdefs, so they *should* be
included in your binaries.

-- 
Thomas Wouters <thomas at xs4all.net>

Hi! I'm a .signature virus! copy me into your .signature file to help me spread!




More information about the Python-list mailing list