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 chris.jerdonek
Recipients amaury.forgeotdarc, chris.jerdonek, flox, pitrou, rhettinger
Date 2012-07-15.23:02:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342393348.96.0.326392259048.issue15320@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks a lot for the feedback.  The thinking was to use a stand-alone (even testable) construct with dependencies made explicit.  For example, it wasn't obvious that the current iterator depended on forever, or whether the args_tuple parameter was a necessary part of it.  But I agree it should be simplified.

Here is a simpler patch, keeping iterator semantics.  My preference is to avoid adding lock semantics and additional complexity directly to main(), even though doing so would permit a smaller patch.
History
Date User Action Args
2012-07-15 23:02:29chris.jerdoneksetrecipients: + chris.jerdonek, rhettinger, amaury.forgeotdarc, pitrou, flox
2012-07-15 23:02:28chris.jerdoneksetmessageid: <1342393348.96.0.326392259048.issue15320@psf.upfronthosting.co.za>
2012-07-15 23:02:28chris.jerdoneklinkissue15320 messages
2012-07-15 23:02:28chris.jerdonekcreate