摘要: Python GIL(Global Interpreter Lock)In CPython, the global interpreter lock, or GIL, is a mutex that prevents multiple native threads from executing Py 阅读全文
posted @ 2016-10-13 17:32 小_龟 阅读(262) 评论(0) 推荐(0) 编辑