Message345696
| Author | serhiy.storchaka |
|---|---|
| Recipients | benjamin.peterson, brett.cannon, methane, ncoghlan, pitrou, rhettinger, serhiy.storchaka, yselivanov |
| Date | 2019-06-15.16:22:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1560615751.21.0.17231600116.issue32477@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
PR 14116 is based on the part of PR 5077. It serves three functions: * Finally fixes issue1875. * Simplifies the code. Removes special cases for "if 0" and "while 1". 31 insertions, 80 deletions in Python/compile.c + Python/peephole.c. * However such optimization is now applied in more general cases, not just for "if" and "while". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-06-15 16:22:31 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, rhettinger, ncoghlan, pitrou, benjamin.peterson, methane, yselivanov |
| 2019-06-15 16:22:31 | serhiy.storchaka | set | messageid: <1560615751.21.0.17231600116.issue32477@roundup.psfhosted.org> |
| 2019-06-15 16:22:31 | serhiy.storchaka | link | issue32477 messages |
| 2019-06-15 16:22:31 | serhiy.storchaka | create | |