Re: [pypy-dev] using python-ldap under pypy

2015-12-14 Thread Elmir Jagudin
On Mon, Dec 14, 2015 at 10:01 AM, Armin Rigo wrote: > Hi Elmir, > > On Sun, Dec 13, 2015 at 10:19 PM, Elmir Jagudin wrote: > > The error happens in the python-ldap C code that converts ["uid", "cn"] > > array to char **. > > > > In this file: > > > http://python-ldap.cvs.sourceforge.net/viewvc/p

Re: [pypy-dev] using python-ldap under pypy

2015-12-14 Thread Armin Rigo
Hi again, On Mon, Dec 14, 2015 at 10:01 AM, Armin Rigo wrote: > So it means it's really a bug of python-ldap, which just happens to > crash more often on PyPy than on CPython. It should be fixed there. Actually it's a known issue. See the comment line 255: XXX the strings should live long

Re: [pypy-dev] using python-ldap under pypy

2015-12-14 Thread Armin Rigo
Hi Elmir, On Sun, Dec 13, 2015 at 10:19 PM, Elmir Jagudin wrote: > The error happens in the python-ldap C code that converts ["uid", "cn"] > array to char **. > > In this file: > http://python-ldap.cvs.sourceforge.net/viewvc/python-ldap/python-ldap/Modules/LDAPObject.c?revision=1.91&view=markup >