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 mrabarnett
Recipients cost6, mrabarnett
Date 2013-11-28.15:05:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385651144.11.0.934866381059.issue19823@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is best posted to python-list and only posted here if it's agreed that it's a bug.

Anyway:

1. You have "self.flows" and "flows", but haven't said what they are.

2. It's recommended that you don't modify a collection while iterating over it, but, instead, build a new collection and then the old one with the new one.
History
Date User Action Args
2013-11-28 15:05:44mrabarnettsetrecipients: + mrabarnett, cost6
2013-11-28 15:05:44mrabarnettsetmessageid: <1385651144.11.0.934866381059.issue19823@psf.upfronthosting.co.za>
2013-11-28 15:05:44mrabarnettlinkissue19823 messages
2013-11-28 15:05:43mrabarnettcreate