Message 391469 - Python tracker
Message391469
| Author | BTaskaya |
|---|---|
| Recipients | BTaskaya |
| Date | 2021-04-20.19:35:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1618947333.54.0.307745509696.issue43897@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
ASTs of case clauses for PEP 636 are not validated through PyAST_Validate right now, which might crash the Python interpreter when compiling some trees that doesn't hold the assumptions of the compiler. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-20 19:35:33 | BTaskaya | set | recipients: + BTaskaya |
| 2021-04-20 19:35:33 | BTaskaya | set | messageid: <1618947333.54.0.307745509696.issue43897@roundup.psfhosted.org> |
| 2021-04-20 19:35:33 | BTaskaya | link | issue43897 messages |
| 2021-04-20 19:35:33 | BTaskaya | create | |