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 Arfrever, Matt.Mackall, alanmcintyre, benjamin.peterson, durin42, dw, eric.araujo, kasal, larry, loewis, mcepl, ocean-city, pitrou, python-dev, r.david.murray, serhiy.storchaka
Date 2015-01-16.19:37:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421437057.96.0.133886561696.issue14099@psf.upfronthosting.co.za>
In-reply-to
Content
Adding locks almost not affects performance, because reads are done by relative large chunks and locking overhead is small.
History
Date User Action Args
2015-01-16 19:37:38serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, alanmcintyre, pitrou, ocean-city, larry, benjamin.peterson, mcepl, durin42, eric.araujo, Arfrever, r.david.murray, python-dev, Matt.Mackall, kasal, dw
2015-01-16 19:37:37serhiy.storchakasetmessageid: <1421437057.96.0.133886561696.issue14099@psf.upfronthosting.co.za>
2015-01-16 19:37:37serhiy.storchakalinkissue14099 messages
2015-01-16 19:37:37serhiy.storchakacreate