From: Michael <mi...@st...> - 2001-01-16 10:04:19
|
David Leonard wrote: > = > On Mon, 15 Jan 2001, Michael Str=F6der typed thusly: > = > > I'm getting the following exception with recent CVS snapshot of > > python-ldap (under Python 2.0 built against OpenLDAP 1.2.11 libs). > > > > result_type,result_data =3D ls.l.result(ldap_msgid,0) > > SystemError: NULL result without error in call_object > = > It means that one of the C functions is returning an exception, but not= > setting the exception object. Another interesting observation: If I call method result() of LDAPObject with a meaningless msgid it simply blocks. Shouldn't there be an error returned by the underlying LDAP libs which should be raised as exception? Well, I'm not sure about the details though. Ciao, Michael. |