Message 338163 - Python tracker

Message338163

Author serhiy.storchaka
Recipients emilyemorehouse, gvanrossum, serhiy.storchaka, tomyun
Date 2019-03-18.06:25:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552890316.56.0.693607225558.issue36332@roundup.psfhosted.org>
In-reply-to
Content
validate_expr() needs a case for NamedExpr_kind.

I think also that it is better to remove the "default" clause (and move its code after the switch statement) and allow the compiler to warn about missed cases.
History
Date User Action Args
2019-03-18 06:25:16serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, emilyemorehouse, tomyun
2019-03-18 06:25:16serhiy.storchakasetmessageid: <1552890316.56.0.693607225558.issue36332@roundup.psfhosted.org>
2019-03-18 06:25:16serhiy.storchakalinkissue36332 messages
2019-03-18 06:25:16serhiy.storchakacreate