Message 66006 - Python tracker
Message66006
| 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:02 | gvanrossum | set | spambayes_score: 0.100563 -> 0.10056274 recipients: + gvanrossum, georg.brandl, rhettinger, belopolsky |
| 2008-04-30 16:41:02 | gvanrossum | set | spambayes_score: 0.100563 -> 0.100563 messageid: <1209573662.22.0.896193915336.issue2719@psf.upfronthosting.co.za> |
| 2008-04-30 16:41:00 | gvanrossum | link | issue2719 messages |
| 2008-04-30 16:40:59 | gvanrossum | create | |