On Apr 13, 2021, at 12:52, Serhiy Storchaka <storch...@gmail.com> wrote:
> 
> New example was found recently (see https://bugs.python.org/issue43833).
> 
>>>> [0x1for x in (1,2)]
> [31]
> 
> It is parsed as [0x1f or x in (1,2)] instead of [0x1 for x in (1,2)].

That’s a wonderfully terrible example!  Who’s maintaining the list? :D

-Barry

Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/7JXD7SOHACL5SFTA4SBIOWPEG625LD34/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to