문제

There is a GIL in CPython, and I heard that PyPy does not have that problem. Is this true?

도움이 되었습니까?

해결책

No, PyPy still has a GIL. Jython and IronPython don't. However, there is an effort to replace it with STM, see http://pypy.org/tmdonate.html for details.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top