Hi Nabil,
On Wed, 24 Jul 2019 at 09:02, Nabil Memon wrote:
>> I am currently using pypy(pypy-7.0.0-linux_x86_64-portable) and I am facing
>> some issues using it.
>> I installed pip, cython and numpy using commands:
>> $ ./pypy-xxx/bin/pypy -m ensurepip
>> $ ./pypy-xxx/bin/pip install cython n
Hi again,
On Thu, 25 Jul 2019 at 16:53, Nabil Memon wrote:
> I did figure out the workaround by not importing this cpyext module at first.
Cool. In the meantime I managed to sneak in a workaround for the
problem that shouldn't have a performance impact, in c89821342184.
A bientôt,
Armin.
___
I did figure out the workaround by not importing this cpyext module at
first.
I didn't dig deep into the CPP module, thanks a lot for pointing out the
exact gray area.
You saved me a lot of time.
Au revoir.
Regards,
Nabil
On Thu, 25 Jul, 2019, 7:52 PM Armin Rigo, wrote:
> Hi Nabil,
>
> On Wed