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 serhiy.storchaka
Recipients alex, amaury.forgeotdarc, arigo, benjamin.peterson, ezio.melotti, rhettinger, serhiy.storchaka
Date 2013-04-06.17:22:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365268959.78.0.0578222180346.issue14010@psf.upfronthosting.co.za>
In-reply-to
Content
> - The tests with "range(1000000)" seems to duplicate those with recursion limit.

Oh, I forgot to remove old tests when had moved them to special test class.

> - zip_iter should would be simpler with a "goto error;"

Indeed. Thank you.
History
Date User Action Args
2013-04-06 17:22:39serhiy.storchakasetrecipients: + serhiy.storchaka, arigo, rhettinger, amaury.forgeotdarc, benjamin.peterson, ezio.melotti, alex
2013-04-06 17:22:39serhiy.storchakasetmessageid: <1365268959.78.0.0578222180346.issue14010@psf.upfronthosting.co.za>
2013-04-06 17:22:39serhiy.storchakalinkissue14010 messages
2013-04-06 17:22:39serhiy.storchakacreate