INADA> Sorry. There is a issue already.
    INADA> http://bugs.python.org/issue11205

>From Raymond's last comment on the above ticket:

> How much to change and how far to backport may make for a good python-dev
> discussion.

I think the simple patch I posted for 2.7 is probably all that should be
done for the 2.x series.  Briefly, change the visit order to evaluate the
key before the value, then use ROT_TWO to reorder the top of the stack for
STORE_MAP.

> I don't have any feelings about it one way or the other, but it would
> great to see Py3.2.1 get fixed properly.

I don't know if bumping the bytecode version is okay after 3.2 is released,
or if that's something which could only happen with 3.3.  Whatever is deemed
proper by the release managers, the better change would be to bump the
version number, remove the ROT_TWO from my basic patch and change the order
of arguments expected by STORE_MAP.

Skip
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to