
Feb. 28, 2013
4:27 a.m.
Le Thu, 28 Feb 2013 03:15:14 -0700, Eric Snow <ericsnowcurrently@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.