[issue7788] segfault when deleting from a list using slice with very big `step' value

Jan Kaliszewski report at bugs.python.org
Tue Jan 26 19:53:26 CET 2010


Jan Kaliszewski <zuo at chopin.edu.pl> added the comment:

** Erratum **
-- was:
del list_instance([start : stop : very_big_step]) causes segfaults...
-- should be:
del list_instance[start : stop : very_big_step]
causes segfaults...

** Post scriptum **
In each example only the last statement causes segmentation fault (previous are OK, and I attached them on purpose -- to show exemplary boundary values when things start going wrong).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7788>
_______________________________________


More information about the Python-bugs-list mailing list