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 arigo, rhettinger, serhiy.storchaka
Date 2017-09-26.18:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506451678.48.0.771122045242.issue30347@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset c740e4fe8a9bc5815dc18c38d7f7600b128c3c51 by Serhiy Storchaka in branch 'master':
bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (#1557)
https://github.com/python/cpython/commit/c740e4fe8a9bc5815dc18c38d7f7600b128c3c51
History
Date User Action Args
2017-09-26 18:47:58serhiy.storchakasetrecipients: + serhiy.storchaka, arigo, rhettinger
2017-09-26 18:47:58serhiy.storchakasetmessageid: <1506451678.48.0.771122045242.issue30347@psf.upfronthosting.co.za>
2017-09-26 18:47:58serhiy.storchakalinkissue30347 messages
2017-09-26 18:47:58serhiy.storchakacreate