[Python-Dev] issue with itertools leads the crash

Kirill kir_per at rambler.ru
Tue Apr 8 16:49:13 CEST 2014


  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 .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20140408/13256317/attachment.html>


More information about the Python-Dev mailing list