From: <mi...@st...> - 2007-02-26 22:58:57
|
Alain Spineux wrote: > On 2/20/07, Hiroki Sakagami <sak...@gm...> wrote: >> Hi, >> >> I'm trying to use python-ldap with asyncore event loop. Since >> asyncore's event source is a socket object, I can't use search() and >> result() style polling. Is it possible to access a socket object in >> the LDAPObject instance? > > http://www.openldap.org/lists/openldap-software/200102/msg00290.html > > hope this help One would have to patch Modules/options.c and Modules/constants.c for this to theoretically work. Ciao, Michael. |