[docs] issue with itertools leads the crash

Senthil Kumaran senthil at uthcode.com
Sun Apr 6 19:51:58 CEST 2014


You have sent this to docs list. Is there is anywhere in the documentation
that it needs to be corrected?


On Sat, Apr 5, 2014 at 11:07 AM, Kirill <kir_per at rambler.ru> wrote:

>  The following code leads to system failure and crash on Ubuntu 12.04.3
> with Python 2.7.6.
>
> import itertools
>
> r = range (1,10)
>
> r[1:9:2] = itertools.cycle([0])
>
>  Kirill .
>
> _______________________________________________
> docs mailing list
> docs at python.org
> https://mail.python.org/mailman/listinfo/docs
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20140406/e597ab89/attachment.html>


More information about the docs mailing list