Serhiy Storchaka <[email protected]> added the comment:
Other examples:
eval('*(1, 2), 3')
a = []; a += *(1, 2), 3
for i in *(1, 2), 3: pass
def g(): yield *(1, 2), 3
----------
nosy: +benjamin.peterson, gvanrossum, serhiy.storchaka
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue34508>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com