[New-bugs-announce] [issue42381] Allow unparenthesized walrus in set comprehensions

Lysandros Nikolaou report at bugs.python.org
Mon Nov 16 17:42:21 EST 2020


New submission from Lysandros Nikolaou <lisandrosnik at gmail.com>:

Since unparenthesized walruses are allowed in list comprehensions and in generator expressions, should we maybe allow them in set comprehensions as well?

----------
components: Interpreter Core
messages: 381173
nosy: gvanrossum, lys.nikolaou, pablogsal
priority: normal
severity: normal
status: open
title: Allow unparenthesized walrus in set comprehensions
type: behavior
versions: Python 3.10

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


More information about the New-bugs-announce mailing list