Are Python built-in containers thread-safe?

后端 未结 4 1291
感情败类
感情败类 2020-12-01 09:18

I would like to know if the Python built-in containers (list, vector, set...) are thread-safe? Or do I need to implement a locking/unlocking environment for my shared variab

4条回答
提交回复
热议问题