Antoine Pitrou <pit...@free.fr> added the comment: I have started porting to py3k and I've applied the same optimizations to set and dict comprehensions. I just have a question: I have created an opcode MAP_ADD which is very similar to STORE_MAP, except that it takes as argument the stack offset to the dict object. Should I merge the two opcodes together? (STORE_MAP would be replaced with MAP_ADD(0), as it takes its dict from the top of the stack).
_______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue2183> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com