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 Carl.Friedrich.Bolz, alimuldal, nedbat, pablogsal, rrauenza, sco1, serhiy.storchaka, shreyanavigyan
Date 2021-04-13.19:58:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618343926.33.0.650823729349.issue43833@roundup.psfhosted.org>
In-reply-to
Content
Better example:

>>> [0x1for x in (1,2)]
[31]

The code is parsed as [0x1f or x in (1,2)] instead of [0x1 for x in (1,2)] as you may expect.
History
Date User Action Args
2021-04-13 19:58:46serhiy.storchakasetrecipients: + serhiy.storchaka, Carl.Friedrich.Bolz, nedbat, pablogsal, sco1, shreyanavigyan, alimuldal, rrauenza
2021-04-13 19:58:46serhiy.storchakasetmessageid: <1618343926.33.0.650823729349.issue43833@roundup.psfhosted.org>
2021-04-13 19:58:46serhiy.storchakalinkissue43833 messages
2021-04-13 19:58:45serhiy.storchakacreate