New issue 2274: PyPyGILState_Ensure() crash
https://bitbucket.org/pypy/pypy/issues/2274/pypygilstate_ensure-crash

Jesse Fang:

pycares use PyPyGILState_Ensure () in every C callback function, before call 
callback that writen in python.  eg. 
https://github.com/saghul/pycares/blob/master/src/cares.c#L654
PyPyGILState_Ensure() crash both on windows and linux and report: 

*Fatal RPython error: a thread is trying to wait for the GIL, but the GIL was 
not initialized*



_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to