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 xtreak
Recipients Dmitry Odzerikho, rhettinger, serhiy.storchaka, xtreak
Date 2018-08-28.11:20:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535455210.31.0.56676864532.issue24482@psf.upfronthosting.co.za>
In-reply-to
Content
I can also reproduce the original script's segfault in 2.7 but not in master. There is a related bug as per the original description by Dmitry that itertools.tee is not thread safe in https://bugs.python.org/msg323817 and a related SO answer to this that will add some context https://stackoverflow.com/a/44638570/2610955

Thanks
History
Date User Action Args
2018-08-28 11:20:10xtreaksetrecipients: + xtreak, rhettinger, serhiy.storchaka, Dmitry Odzerikho
2018-08-28 11:20:10xtreaksetmessageid: <1535455210.31.0.56676864532.issue24482@psf.upfronthosting.co.za>
2018-08-28 11:20:10xtreaklinkissue24482 messages
2018-08-28 11:20:10xtreakcreate