This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:22grzgrzgrz3setrecipients: + grzgrzgrz3, bquinlan, pitrou, vstinner, xiang.zhang, rnester, willvousden, Mark DePristo
2017-09-03 10:53:22grzgrzgrz3setmessageid: <1504436002.91.0.688052255018.issue27144@psf.upfronthosting.co.za>
2017-09-03 10:53:22grzgrzgrz3linkissue27144 messages
2017-09-03 10:53:22grzgrzgrz3create