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
Date 2002-05-31.18:07:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

Very close. It looks like you are using PySequence_Check()
where you should be using PyList_Check() though, since
listiter_next() really needs it to be a list! (Two place
have this mistake.)

Apart from that, it's good! (Note that the speedup
percentage is better when you use -O. :-)
History
Date User Action Args
2007-08-23 15:13:24adminlinkissue560736 messages
2007-08-23 15:13:24admincreate