发布时间:2019-09-08 09:12:32编辑:auto阅读(2090)
近段时间发现一个 Python 连接数据库的连接是线程不安全的,结果惹得我哪哪儿都怀疑变量的多线程是否安全的问题,今天终于找到了正确答案,那就是 Python 内置类型 dict,list ,tuple 是线程安全的。
请参考官方解释: http://docs.python.org/glossary.html#term-global-interpreter-lock

还有另一篇文章课参考: http://effbot.org/pyfaq/what-kinds-of-global-value-mutation-are-thread-safe.htm
上一篇: python查看如何查看版本信息
下一篇: [python] 解决OSError:
51345
50803
41398
38196
32687
29581
28414
23297
23257
21587
1665°
2397°
2001°
1937°
2270°
1971°
2673°
4474°
4304°
3069°