Re: [Pyobjc-dev] PyObjC 1.1b1 released
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2004-02-24 06:31:12
|
On 23-feb-04, at 22:23, Pierce T.Wetter III wrote: > > became: > > PyObject * > pythonify_c_value (const char *type, void *datum) > . > . code omittted > . > > case _C_ID: > { > id obj = *(id *) datum; > obj=[obj self]; <----- added call > > if (obj == nil) { > retobject = Py_None; > Py_INCREF (retobject); > } else { > retobject = [obj __pyobjc_PythonObject__]; > } > break; > } > > So its just that one line in that one place. > > Pierce > I've just checked this in, including a comment-block that explains why the line is there. As this was an 'obvious correct' I didn't run the testsuite or even compile the code (famous last words) Ronald -- X|support bv http://www.xsupport.nl/ T: +31 610271479 F: +31 204416173 |