Message 301187 - Python tracker
Message301187
| Author | grzgrzgrz3 |
|---|---|
| Recipients | Mark DePristo, bquinlan, grzgrzgrz3, pitrou, rnester, vstinner, willvousden, xiang.zhang |
| Date | 2017-09-03.10:53:22 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1504436002.91.0.688052255018.issue27144@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Tests are reusing finished futures. `_yield_and_decref` function do not clear waiters in finished futures. In the initial merge i propose to clear waiters but after review we decide it should be removed. I am confused now, should we change tests or restore initial `_yield_and_decref` function. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-03 10:53:22 | grzgrzgrz3 | set | recipients: + grzgrzgrz3, bquinlan, pitrou, vstinner, xiang.zhang, rnester, willvousden, Mark DePristo |
| 2017-09-03 10:53:22 | grzgrzgrz3 | set | messageid: <1504436002.91.0.688052255018.issue27144@psf.upfronthosting.co.za> |
| 2017-09-03 10:53:22 | grzgrzgrz3 | link | issue27144 messages |
| 2017-09-03 10:53:22 | grzgrzgrz3 | create | |