[New-bugs-announce] [issue44223] := in comprehensions does not work

Марк Коренберг report at bugs.python.org
Mon May 24 03:11:46 EDT 2021


New submission from Марк Коренберг <socketpair at gmail.com>:

[
    xxx
    for item in collection
    if xxx := mutator(item) is not None
]

----------
components: Interpreter Core, Parser
messages: 394233
nosy: lys.nikolaou, pablogsal, socketpair
priority: normal
severity: normal
status: open
title: := in comprehensions does not work
versions: Python 3.10, Python 3.11, Python 3.9

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


More information about the New-bugs-announce mailing list