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 serhiy.storchaka
Recipients carlorosati, davin, hongweipeng, josh.r, rhettinger, serhiy.storchaka, xiang.zhang, xtreak
Date 2019-08-29.08:11:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567066286.41.0.664995834589.issue34410@roundup.psfhosted.org>
In-reply-to
Content
The documentation changes should be backported.

And I think we need a change like PR 9254, but with raising a RuntimeError instead of adding the value to the queue, to be applied in older versions.

It may be better to apply it even to the developed version. There is nothing wrong with creating the tee iterator in one thread and using it the other thread. Or using the tee iterators with external locking. I afraid that PR 15567 can break a legitimate code.
History
Date User Action Args
2019-08-29 08:11:26serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, josh.r, davin, xiang.zhang, hongweipeng, xtreak, carlorosati
2019-08-29 08:11:26serhiy.storchakasetmessageid: <1567066286.41.0.664995834589.issue34410@roundup.psfhosted.org>
2019-08-29 08:11:26serhiy.storchakalinkissue34410 messages
2019-08-29 08:11:26serhiy.storchakacreate