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 pitrou
Recipients asvetlov, benjamin.peterson, christian.heimes, jcea, jcon, josh.r, phihag, pingebretson, pitrou, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2014-08-06.15:26:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407338776.07.0.0690307096919.issue16465@psf.upfronthosting.co.za>
In-reply-to
Content
The patch adds complication to the already complicated memory management of dicts. It increases maintenance burden in critical code.

Have we found any case where it makes a tangible difference?
(I'm not talking about timeit micro-benchmarks)
History
Date User Action Args
2014-08-06 15:26:16pitrousetrecipients: + pitrou, tim.peters, rhettinger, jcea, vstinner, christian.heimes, benjamin.peterson, phihag, asvetlov, pingebretson, jcon, serhiy.storchaka, josh.r
2014-08-06 15:26:16pitrousetmessageid: <1407338776.07.0.0690307096919.issue16465@psf.upfronthosting.co.za>
2014-08-06 15:26:15pitroulinkissue16465 messages
2014-08-06 15:26:15pitroucreate