I am. I was just wondering if there was an in-progress effort I should be looking at, because I am interested in extensions to it.<div><br></div><div>P.S.: If anyone is missing the relevance, Raymond Hettinger's compact dicts are inherently ordered until a delitem happens.[1] That could be "good enough" for many purposes, including kwargs and class definition. If CPython implements efficient compact dicts, it would be easier to propose order-preserving (or initially-order-preserving) dicts in some places in the standard.</div><div><br></div>[1] Whether delitem preserves order depends on whether you want to allow gaps in your compact entry table. PyPy implemented compact dicts and chose(?) to make dicts ordered.<div><div><div><br>On Saturday, June 11, 2016, Eric Snow <<a href="mailto:ericsnowcurrently@gmail.com">ericsnowcurrently@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Jun 10, 2016 at 11:54 AM, Franklin? Lee<br>
<<a href="javascript:;" onclick="_e(event, 'cvml', 'leewangzhong+python@gmail.com')">leewangzhong+python@gmail.com</a>> wrote:<br>
> Eric, have you any work in progress on compact dicts?<br>
<br>
Nope.  I presume you are talking the proposal Raymond made a while back.<br>
<br>
-eric<br>
</blockquote></div></div></div>