return (PyObject*)myPyType; ...segmentation fault!
Fredrik Lundh
fredrik at pythonware.com
Fri Sep 30 06:11:07 EDT 2005
"elho" <eh1 at delair.de> wrote:
> It is said that the object has a NULL-Pointer when I try to debug it?
what object?
> Here are the importent snips from my code:
where's the PySDLXMLNode code? is the PySDLXMLNode constructor
really doing a proper PyObject initialization? (PyObject subtypes are usually
allocated by Python's memory allocation layer, which does this for you).
</F>
More information about the Python-list
mailing list