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 Hibou57
Recipients Hibou57, xiang.zhang
Date 2016-01-27.10:06:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453889173.61.0.600400194979.issue26210@psf.upfronthosting.co.za>
In-reply-to
Content
> And I don't see how to stop the process either.

I just did it with `raise StopIteration`, caught at a proper place (in the procedure which invokes `feed` and `close`), and it seems to be fine, I have no more strange behaviours. At least, I cannot see a cleaner way.

Now `reset` is invoked after end of parsing only (thus to be able to have a next round).
History
Date User Action Args
2016-01-27 10:06:13Hibou57setrecipients: + Hibou57, xiang.zhang
2016-01-27 10:06:13Hibou57setmessageid: <1453889173.61.0.600400194979.issue26210@psf.upfronthosting.co.za>
2016-01-27 10:06:13Hibou57linkissue26210 messages
2016-01-27 10:06:13Hibou57create