Serhiy Storchaka added the comment: dict.copy() is not thread-safe still (but it can be made thread-safe).
list(dict) is thread-safe. It copies a list of keys only. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue13487> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com