[issue38556] Walrus operator in list comprehensions [Python 3.8.0]

EGN report at bugs.python.org
Tue Oct 22 10:27:09 EDT 2019


EGN <pilatinum at gmail.com> added the comment:

Even the simple code like this doesn't work:

[print(p) for n in (p := ['a', 'b', 'c'])]

----------

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


More information about the Python-bugs-list mailing list