Author hythloday
Recipients
Date 2006-06-26.08:50:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The index that the builtin function enumerate() returns
is a mere integer and will wrap back to a negative
number when it overflows. This seems to be by design
(unless I'm misunderstanding the point of
PyInt_FromLong), but is sufficiently surprising that
I'd suggest it's a bug anyway. I've attached a test
case - it takes a while to execute, but the results are
so deeply exciting that it's worth doing just for fun!
History
Date User Action Args
2007-08-23 14:40:49adminlinkissue1512504 messages
2007-08-23 14:40:49admincreate