Ezio Melotti <ezio.melo...@gmail.com> added the comment:

This is what I get on trunk:
Python 2.7a2+ (trunk:77754:77755, Jan 26 2010, 20:16:49)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from sys import maxint
>>> del range(10)[::maxint]
>>> del range(10)[:-9:maxint]
>>> del range(10)[-8:8:maxint-2]
>>> del range(10)[9::maxint]
Segmentation fault

Confirmed on py3k too.

----------
nosy: +ezio.melotti
priority:  -> normal
stage:  -> test needed
versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2 -Python 2.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7788>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to