发布时间:2019-09-08 09:12:32编辑:auto阅读(2012)
近段时间发现一个 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:
50533
49846
40440
37447
31863
28741
27665
22444
22441
20754
539°
1156°
944°
871°
1127°
988°
1609°
2990°
2699°
2043°