Issue33072
Created on 2018-03-13 19:59 by Mark.Shannon, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 5112 | Mark.Shannon, 2018-03-13 19:59 | ||
| Messages (3) | |||
|---|---|---|---|
| msg313771 - (view) | Author: Mark Shannon (Mark.Shannon) * ![]() |
Date: 2018-03-13 19:59 | |
The bytecodes WITH_CLEANUP_START and WITH_CLEANUP_FINISH are complex and implement entirely different behavior depending on what is on the stack. This is unnecessary as the same semantics can be implemented with much simpler bytecodes and using the compiler do much of the work now done at runtime. |
|||
| msg313773 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-03-13 20:27 | |
I already opened issue32949 for this. |
|||
| msg313774 - (view) | Author: Mark Shannon (Mark.Shannon) * ![]() |
Date: 2018-03-13 20:28 | |
So you did. Sorry for the duplication |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:58 | admin | set | github: 77253 |
| 2018-03-13 20:28:25 | Mark.Shannon | set | messages: + msg313774 |
| 2018-03-13 20:27:13 | serhiy.storchaka | set | status: open -> closed superseder: Simplify "with"-related opcodes nosy:
+ serhiy.storchaka |
| 2018-03-13 19:59:37 | Mark.Shannon | set | keywords:
+ patch stage: patch review pull_requests: + pull_request5871 |
| 2018-03-13 19:59:22 | Mark.Shannon | create | |
