您認為 Python 字典是執行緒安全的嗎?
是的,Python 字典是執行緒安全的。實際上,python 中的所有內建內容都是執行緒安全的。您可以在 documentation 中閱讀更多內容:https://docs.python.club.tw/3/glossary.html#term-global-interpreter-lock
廣告
是的,Python 字典是執行緒安全的。實際上,python 中的所有內建內容都是執行緒安全的。您可以在 documentation 中閱讀更多內容:https://docs.python.club.tw/3/glossary.html#term-global-interpreter-lock