Re: [Python-Dev] A C implementation of OrderedDict

2013-10-20 Thread Eric Snow
On Sun, Oct 20, 2013 at 9:56 PM, Raymond Hettinger wrote: > I'll look at this in more detail after I've finishing my review of the > TransformDict, > but my initial impression is that the original show stopper hasn't been > overcome: > http://bugs.python.org/issue10977 > > The concrete dict API is

Re: [Python-Dev] A C implementation of OrderedDict

2013-10-20 Thread Raymond Hettinger
On Oct 20, 2013, at 9:21 AM, Eric Snow wrote: > If anyone is interested in having a (faithful) C implementation of > OrderedDict for the 3.4 release, I have a patch up [1]. My interest > in having the patch applied is relative to proposals that won't apply > to 3.4, so I haven't felt the need t

[Python-Dev] A C implementation of OrderedDict

2013-10-20 Thread Eric Snow
If anyone is interested in having a (faithful) C implementation of OrderedDict for the 3.4 release, I have a patch up [1]. My interest in having the patch applied is relative to proposals that won't apply to 3.4, so I haven't felt the need to advance the patch. However, in case anyone else would