发布时间:2019-09-08 09:12:32编辑:auto阅读(1861)
近段时间发现一个 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:
48820
47876
38655
35824
30244
26993
26037
20865
20658
19026
446°
531°
551°
562°
543°
528°
595°
659°
781°
844°