[Python-ideas] OrderedDict for kwargs and class statement namespace

Antoine Pitrou solipsis at pitrou.net
Thu Feb 28 11:27:42 CET 2013


Le Thu, 28 Feb 2013 03:15:14 -0700,
Eric Snow <ericsnowcurrently at gmail.com> a
écrit :
> Just wanted to put out some feelers for the feasibility of these two
> features:
> 
> * have the **kwargs param be an OrderedDict rather than a dict

Rather than just feasibility, I would like performance not to regress
here.

> Both of these will need OrderedDict in C, which is getting close
> (issue #16991).

Really? Last time I looked, it wasn't getting really close.

Regards

Antoine.





More information about the Python-ideas mailing list