Message345684
| Author | serhiy.storchaka |
|---|---|
| Recipients | Arfrever, Carl.Friedrich.Bolz, amaury.forgeotdarc, benjamin.peterson, fijal, mark.dickinson, mastrodomenico, matrixise, miss-islington, pablogsal, serhiy.storchaka |
| Date | 2019-06-15.15:19:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1560611998.6.0.317921757072.issue1875@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The issue is not fixed yet. The compiler now rejects
if 0:
return
but it still accepts
if 1:
pass
else:
return
while 0:
return |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-06-15 15:19:58 | serhiy.storchaka | set | recipients: + serhiy.storchaka, amaury.forgeotdarc, mark.dickinson, fijal, Carl.Friedrich.Bolz, benjamin.peterson, Arfrever, mastrodomenico, matrixise, pablogsal, miss-islington |
| 2019-06-15 15:19:58 | serhiy.storchaka | set | messageid: <1560611998.6.0.317921757072.issue1875@roundup.psfhosted.org> |
| 2019-06-15 15:19:58 | serhiy.storchaka | link | issue1875 messages |
| 2019-06-15 15:19:58 | serhiy.storchaka | create | |