Message4926

Author thobes
Recipients fwierzbicki, scoder, thobes
Date 2009-07-20.09:30:09
SpamBayes Score 6.845735e-05
Marked as misclassified No
Message-id <1248082209.7.0.506615795201.issue1406@psf.upfronthosting.co.za>
In-reply-to
Content
I know what this is, I've fixed similar problems in other places. I'll
get on it right away.

Here is a smaller sample that causes the same problem:

  def err():
      for item in (yield):
          pass
History
Date User Action Args
2009-07-20 09:30:09thobessetmessageid: <1248082209.7.0.506615795201.issue1406@psf.upfronthosting.co.za>
2009-07-20 09:30:09thobessetrecipients: + thobes, fwierzbicki, scoder
2009-07-20 09:30:09thobeslinkissue1406 messages
2009-07-20 09:30:09thobescreate