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