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

Marcin Bachry report at bugs.python.org
Tue Jan 26 21:10:23 CET 2010


Marcin Bachry <hegel666 at gmail.com> added the comment:

Using "grep" I found the same code in Modules/arraymodule.c:

  from array import array
  del array('i', range(10))[9::1<<333]

----------

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


More information about the Python-bugs-list mailing list