This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zuo
Recipients zuo
Date 2010-01-26.18:53:25
SpamBayes Score 0.00012059577
Marked as misclassified No
Message-id <1264532006.89.0.648431848094.issue7788@psf.upfronthosting.co.za>
In-reply-to
Content
** 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).
History
Date User Action Args
2010-01-26 18:53:27zuosetrecipients: + zuo
2010-01-26 18:53:26zuosetmessageid: <1264532006.89.0.648431848094.issue7788@psf.upfronthosting.co.za>
2010-01-26 18:53:25zuolinkissue7788 messages
2010-01-26 18:53:25zuocreate