Message243036
| Author | ncoghlan |
|---|---|
| Recipients | asvetlov, gvanrossum, ncoghlan, python-dev, scoder, vstinner, yselivanov |
| Date | 2015-05-13.05:15:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1431494150.46.0.577358866753.issue24017@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm going to dig into this one locally, as it sounds to me like something may be going wrong with the refcounts in the complex stack manipulation involved in WITH_CLEANUP. It seems plausible that there's a genuinely missing incref/decref pair somewhere in the non-exceptional path, which the proposed new opcode is working around. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-13 05:15:50 | ncoghlan | set | recipients: + ncoghlan, gvanrossum, scoder, vstinner, asvetlov, python-dev, yselivanov |
| 2015-05-13 05:15:50 | ncoghlan | set | messageid: <1431494150.46.0.577358866753.issue24017@psf.upfronthosting.co.za> |
| 2015-05-13 05:15:50 | ncoghlan | link | issue24017 messages |
| 2015-05-13 05:15:50 | ncoghlan | create | |