Inada Naoki <[email protected]> added the comment:
I agree with Serhiy. Benefit seems too small to add new opcode. > I could seek another way of implementing the same behaviour without an > additional opcode? How about converting `[x for x in it]` to `[*it]` in AST? ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue36551> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
