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 gvanrossum
Recipients belopolsky, georg.brandl, gvanrossum, rhettinger
Date 2008-04-30.16:40:57
SpamBayes Score 0.10056274
Marked as misclassified No
Message-id <1209573662.22.0.896193915336.issue2719@psf.upfronthosting.co.za>
In-reply-to
Content
> I would think tp_iternext failing to set an exception should not be 
> translated into stop iteration.  Instead, builtin_next() should return 
> NULL without an exception set and thus trigger a SystemError.

Wrong; the iternext slot is designed to return NULL without setting an
exception.  See e.g. listiter_next().
History
Date User Action Args
2008-04-30 16:41:02gvanrossumsetspambayes_score: 0.100563 -> 0.10056274
recipients: + gvanrossum, georg.brandl, rhettinger, belopolsky
2008-04-30 16:41:02gvanrossumsetspambayes_score: 0.100563 -> 0.100563
messageid: <1209573662.22.0.896193915336.issue2719@psf.upfronthosting.co.za>
2008-04-30 16:41:00gvanrossumlinkissue2719 messages
2008-04-30 16:40:59gvanrossumcreate