Re: [Orbit-python-list] [bug] _narrow() SEGVs
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2001-10-10 14:25:17
|
> To be called twice upon the same object. My reasoning is probably > incomplete, but I think when we _narrow, since we are merely changing the > way a CORBA Object is presented, the object should not be released. Not exactly. _narrow() will return a new CORBA_PyObject instance. So, it's possible for more than one CORBA_PyObject to represent a single CORBA Object. Let me read the code and see if I can track down the bug. Jason. |