Easyesn issue when using pypy with multithreading
darreal44 opened this issue · 1 comments
darreal44 commented
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.
zimmerrol commented
Hi,
Can you describe what you changed/tested and what error you observed?
Thanks!