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 JohnLeitch, rhettinger, serhiy.storchaka
Date 2016-10-01.10:06:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475316419.38.0.310268648526.issue28322@psf.upfronthosting.co.za>
In-reply-to
Content
There is similar issue with itertools.cycle(). And leaking SystemError to user code should be considered as a bug.

Proposed patch fixes these issues.
History
Date User Action Args
2016-10-01 10:06:59serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, JohnLeitch
2016-10-01 10:06:59serhiy.storchakasetmessageid: <1475316419.38.0.310268648526.issue28322@psf.upfronthosting.co.za>
2016-10-01 10:06:59serhiy.storchakalinkissue28322 messages
2016-10-01 10:06:59serhiy.storchakacreate