[Python-Dev] issue with itertools leads the crash

Brett Cannon bcannon at gmail.com
Tue Apr 8 17:31:35 CEST 2014


Please a file a bug at bugs.python.org, otherwise this is most likely going
to get lost track of.

On Tue Apr 08 2014 at 11:30:15 AM, Kirill <kir_per at rambler.ru> wrote:

>  issue with itertools leads the crash
>
>   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 .
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: https://mail.python.org/mailman/options/python-dev/
> brett%40python.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20140408/d27dc6ad/attachment.html>


More information about the Python-Dev mailing list