Do you think a Python dictionary is thread safe?



Yes, a Python dictionary is thread safe. Actually, all built-ins in python are thread safe. You can read moreabout this in the documentation: https://docs.python.org/3/glossary.html#term-global-interpreter-lock

Updated on: 2019-07-30T22:30:22+05:30

2K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements