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 Arfrever, alex, asvetlov, benjamin.peterson, eric.araujo, eric.snow, ezio.melotti, flox, gregory.p.smith, josh.r, pitrou, refi64, rhettinger, scoder, serhiy.storchaka, tonn81, westurner, yselivanov
Date 2015-04-02.01:13:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427937222.89.0.708222836537.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
From a cursory glance, I still think this is the wrong approach. There's a lot of complication due to the simple fact that it is subclassing from dict (and therefore trying to be ABI-compatible, kind of). The linked list scheme should be much simpler (perhaps it shouldn't be a linked list at all, actually: see Raymond's recent proposal). I understand a lot of work has gone into it, but I'm against the current proposal.
History
Date User Action Args
2015-04-02 01:13:43pitrousetrecipients: + pitrou, rhettinger, gregory.p.smith, scoder, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, alex, asvetlov, flox, eric.snow, serhiy.storchaka, yselivanov, westurner, refi64, josh.r, tonn81
2015-04-02 01:13:42pitrousetmessageid: <1427937222.89.0.708222836537.issue16991@psf.upfronthosting.co.za>
2015-04-02 01:13:42pitroulinkissue16991 messages
2015-04-02 01:13:42pitroucreate