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 xiang.zhang
Recipients carlorosati, davin, hongweipeng, josh.r, rhettinger, serhiy.storchaka, xiang.zhang, xtreak
Date 2019-09-02.15:26:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567437970.36.0.407949204229.issue34410@roundup.psfhosted.org>
In-reply-to
Content
>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.

+1 on this. I think it's better to also apply #15625 to master branch. I don't think we should prevent creating the iterator in one thread and using it in others.
History
Date User Action Args
2019-09-02 15:26:10xiang.zhangsetrecipients: + xiang.zhang, rhettinger, serhiy.storchaka, josh.r, davin, hongweipeng, xtreak, carlorosati
2019-09-02 15:26:10xiang.zhangsetmessageid: <1567437970.36.0.407949204229.issue34410@roundup.psfhosted.org>
2019-09-02 15:26:10xiang.zhanglinkissue34410 messages
2019-09-02 15:26:10xiang.zhangcreate