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

2016-01-20 Thread Elmir Jagudin
On Mon, Dec 14, 2015 at 10:09 AM, Armin Rigo wrote: > 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

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

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

2015-12-13 Thread Elmir Jagudin
this is a problem in python-ldap C code, or in the pypy code. Any help is appreciated! A general question, does pypy strive to be compatible with the API defined here: https://docs.python.org/2/c-api/ ? Thanks in advance, Elmir > > On Fri, Dec 11, 2015 at 4:07 PM, Elmir Jagudin wrote: >

[pypy-dev] using python-ldap under pypy

2015-12-11 Thread Elmir Jagudin
corrupted. Is python-ldap supposed to work under pypy? How compatible is the python C API between cpython and pypy? Right now I can't figure out if this is a bug in python-ldap code or an compatibility with Pypy C API. Regards, Elmir Jagudin ___ p