|
Re: Null reference: msg#00153programming.swig
On 2003.11.25 12:05, renz@xxxxxxxxxxxxxxxx wrote: I ran into a problem, but not sure whether it is a SWIG or Python I guess it's because is implemented as:None in (mod.v(1), None) hence the call to __eq__. But as Dave said, you cannot pass it a null pointer (that's what None is translated into). You might have to rewrite the failing expression in order to avoid this.mod.v(1) == None or None == None Cheers, Luigi _______________________________________________ Swig maillist - Swig@xxxxxxxxxxxxxxx http://mailman.cs.uchicago.edu/mailman/listinfo/swig |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Overriding PyArg_ParseTuple arguments: 00153, David Beazley |
|---|---|
| Next by Date: | Re: Overriding PyArg_ParseTuple arguments: 00153, Tessa Lau |
| Previous by Thread: | Re: Null referencei: 00153, David Beazley |
| Next by Thread: | Re: Null reference: 00153, Luigi Ballabio |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |