On Apr 13, 2021, at 12:52, Serhiy Storchaka <[email protected]> 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
signature.asc
Description: Message signed with OpenPGP
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/7JXD7SOHACL5SFTA4SBIOWPEG625LD34/ Code of Conduct: http://python.org/psf/codeofconduct/
