This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Erik.Tollerud, amaury.forgeotdarc, eric.araujo, eric.snow, meador.inge, psimons, python-dev, serhiy.storchaka, tomdzk
Date 2017-09-16.06:24:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505543081.06.0.966002888656.issue13487@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-09-16 06:24:41serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, eric.araujo, meador.inge, python-dev, eric.snow, Erik.Tollerud, psimons, tomdzk
2017-09-16 06:24:41serhiy.storchakasetmessageid: <1505543081.06.0.966002888656.issue13487@psf.upfronthosting.co.za>
2017-09-16 06:24:41serhiy.storchakalinkissue13487 messages
2017-09-16 06:24:41serhiy.storchakacreate