On Apr 13, 2021, at 12:52, Serhiy Storchaka <storchaka@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
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@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/