[pypy-dev] Ordered dict in PyPy

Armin Rigo arigo at tunes.org
Sun Jan 11 23:57:17 CET 2015


Hi all,

Thanks for the feedback.  It looks like the general opinion is to
raise RuntimeError when detecting changes.  I'll do that then.  About
'__reversed__', I suppose it should be implemented the same way, with
an RPython-provided iterator which raises RuntimeError too.


A bientôt,

Armin.


More information about the pypy-dev mailing list