[Python-Dev] issue with itertools leads the crash
Kirill
kir_per at rambler.ru
Tue Apr 8 16:49:13 CEST 2014
More information about the Python-Dev mailing list
Tue Apr 8 16:49:13 CEST 2014
- Previous message: [Python-Dev] [Python-checkins] cpython (3.4): asyncio: Document Task.cancel() properly.
- Next message: [Python-Dev] issue with itertools leads the crash
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [Python-Dev] [Python-checkins] cpython (3.4): asyncio: Document Task.cancel() properly.
- Next message: [Python-Dev] issue with itertools leads the crash
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list