线程有gil锁

gil锁作用:

  遇到阻塞( 比如 recv() , accept() )就切换

原文地址:https://www.cnblogs.com/cxhzy/p/9995597.html