Message 301672 - Python tracker
Message301672
| Author | njs |
|---|---|
| Recipients | Mark.Shannon, deleted0524, erik.bray, gregory.p.smith, jdemeyer, ncoghlan, njs, xgdomingo, yselivanov |
| Date | 2017-09-08.02:47:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1504838832.14.0.29590667204.issue29988@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
On another topic: you should add a test where the 'with' block exits by raising an exception, because in this case the interpreter jumps straight to WITH_CLEANUP_START, potentially skipping the DEFER_PENDING_UNTIL entirely. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-08 02:47:12 | njs | set | recipients: + njs, gregory.p.smith, ncoghlan, Mark.Shannon, erik.bray, jdemeyer, yselivanov, deleted0524, xgdomingo |
| 2017-09-08 02:47:12 | njs | set | messageid: <1504838832.14.0.29590667204.issue29988@psf.upfronthosting.co.za> |
| 2017-09-08 02:47:12 | njs | link | issue29988 messages |
| 2017-09-08 02:47:12 | njs | create | |