Message330929
| Author | serhiy.storchaka |
|---|---|
| Recipients | benjamin.peterson, brett.cannon, methane, ncoghlan, pitrou, rhettinger, serhiy.storchaka, yselivanov |
| Date | 2018-12-03.10:39:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1543833582.5.0.788709270274.issue32477@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Simplified PR 5077. It uses now NEXT_BLOCK() to guarantee that a new block is always used after jumps. NEXT_BLOCK() was defined, but not used before. bpo-35193 and bpo-9566 demonstrate that the code of peephole.c is complex and error-prone. Moving it to the upper level makes it more error-proof and general. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-03 10:39:42 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, rhettinger, ncoghlan, pitrou, benjamin.peterson, methane, yselivanov |
| 2018-12-03 10:39:42 | serhiy.storchaka | set | messageid: <1543833582.5.0.788709270274.issue32477@psf.upfronthosting.co.za> |
| 2018-12-03 10:39:42 | serhiy.storchaka | link | issue32477 messages |
| 2018-12-03 10:39:42 | serhiy.storchaka | create | |