Message 335217 - Python tracker

Message335217

Author SilentGhost
Recipients SilentGhost, sheiun
Date 2019-02-11.13:46:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549892802.88.0.515147114848.issue35966@roundup.psfhosted.org>
In-reply-to
Content
Within a generator function, StopIteration exception is a sign that generator is finished. This is why this exception is caught automatically, and closes generator. This is normal and documented behaviour of generators.
History
Date User Action Args
2019-02-11 13:46:44SilentGhostsetrecipients: + SilentGhost, sheiun
2019-02-11 13:46:42SilentGhostsetmessageid: <1549892802.88.0.515147114848.issue35966@roundup.psfhosted.org>
2019-02-11 13:46:42SilentGhostlinkissue35966 messages
2019-02-11 13:46:42SilentGhostcreate