kalekiu/easyesn

Easyesn issue when using pypy with multithreading

darreal44 opened this issue · 1 comments

PYPY doesn't use the GIL (Global lock)...
And it seems there is a race condition into easyesn (or one of its dependency) making it crash.
It's a pity because pypy accelerate a lot easyesn in monothreaded runs.

Hi,
Can you describe what you changed/tested and what error you observed?
Thanks!