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:16 | serhiy.storchaka | set | recipients: + serhiy.storchaka, gvanrossum, emilyemorehouse, tomyun |
| 2019-03-18 06:25:16 | serhiy.storchaka | set | messageid: <1552890316.56.0.693607225558.issue36332@roundup.psfhosted.org> |
| 2019-03-18 06:25:16 | serhiy.storchaka | link | issue36332 messages |
| 2019-03-18 06:25:16 | serhiy.storchaka | create | |