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 barry, eli.bendersky, eric.smith, ethan.furman, mrabarnett, pitrou, r.david.murray, rhettinger, serhiy.storchaka, theller, tim.peters, vstinner
Date 2013-09-09.21:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378763653.2502.18.camel@fsol>
In-reply-to <1378763480.54.0.948242421873.issue18986@psf.upfronthosting.co.za>
Content
> By patching Objects/dictobject.c of course.

Am I stupid :-)

> I suppose it should require changing about 400 lines of code, a little
> more than for IdentityDict. When you provides the specification
> perhaps I will provide a patch.

Well, take a look at the code I've pointed to above. I'm curious to know
how you'll integrate it in dictobject.c without slowing down normal dict
objects, and without making them bigger.
History
Date User Action Args
2013-09-09 21:54:18pitrousetrecipients: + pitrou, tim.peters, barry, theller, rhettinger, vstinner, eric.smith, mrabarnett, r.david.murray, eli.bendersky, ethan.furman, serhiy.storchaka
2013-09-09 21:54:18pitroulinkissue18986 messages
2013-09-09 21:54:18pitroucreate