Re: return (PyObject*)myPyType; ...segmentation fault!
- From: "Fredrik Lundh" <fredrik@xxxxxxxxxxxxxx>
- Date: Fri, 30 Sep 2005 12:11:07 +0200
"elho" <eh1@xxxxxxxxx> 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>
.
- Follow-Ups:
- Prev by Date: Re: Self reordering list in Python
- Next by Date: Re: Font management under win32
- Previous by thread: return (PyObject*)myPyType; ...segmentation fault!
- Next by thread: Re: return (PyObject*)myPyType; ...segmentation fault!
- Index(es):