Re: [pypy-dev] PyGILState_Ensure will deadlock

2016-10-23 Thread Armin Rigo
Hi, On 21 October 2016 at 09:03, 风云 wrote: > We have an extension module which works fine with CPython but deadlocks > every time in PyPy , same as the links below, pypy version is the latest > (v5.4.1) > Is this issue been fixed or other reasons lead to this ? > > https://bitbucket.org/pypy/pypy

[pypy-dev] PyGILState_Ensure will deadlock

2016-10-23 Thread 风云
We have an extension module which works fine with CPython but deadlocks every time in PyPy , same as the links below, pypy version is the latest (v5.4.1) Is this issue been fixed or other reasons lead to this ? https://bitbucket.org/pypy/pypy/issues/1778 __