This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients benjamin.peterson, gvanrossum, mark.dickinson, serhiy.storchaka
Date 2018-08-28.09:54:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535450068.04.0.56676864532.issue34508@psf.upfronthosting.co.za>
In-reply-to
Content
Other examples:

    eval('*(1, 2), 3')

    a = []; a += *(1, 2), 3

    for i in *(1, 2), 3: pass

    def g(): yield *(1, 2), 3
History
Date User Action Args
2018-08-28 09:54:28serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, mark.dickinson, benjamin.peterson
2018-08-28 09:54:28serhiy.storchakasetmessageid: <1535450068.04.0.56676864532.issue34508@psf.upfronthosting.co.za>
2018-08-28 09:54:27serhiy.storchakalinkissue34508 messages
2018-08-28 09:54:27serhiy.storchakacreate