[issue32012] Disallow ambiguous syntax f(x for x in [1],)

Serhiy Storchaka report at bugs.python.org
Tue Nov 14 01:07:43 EST 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

The problem with these constructions is that they are not allowed by the Python language specification. It should be explicitly changed for allowing them. And this change should be accepted by Guido.

----------
nosy: +gvanrossum

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32012>
_______________________________________


More information about the Python-bugs-list mailing list