Message 313771 - Python tracker
Message313771
| Author | Mark.Shannon |
|---|---|
| Recipients | Mark.Shannon |
| Date | 2018-03-13.19:59:22 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1520971162.63.0.467229070634.issue33072@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-03-13 19:59:22 | Mark.Shannon | set | recipients: + Mark.Shannon |
| 2018-03-13 19:59:22 | Mark.Shannon | set | messageid: <1520971162.63.0.467229070634.issue33072@psf.upfronthosting.co.za> |
| 2018-03-13 19:59:22 | Mark.Shannon | link | issue33072 messages |
| 2018-03-13 19:59:22 | Mark.Shannon | create | |