Serhiy Storchaka added the comment:

And same issue with filter:

>>> it = iter([])
>>> for i in range(1000000):
...     it = filter(None, it)
... 
>>> del it
Segmentation fault

----------
title: Сrash when deleting deeply recursive islice() -> Сrash when deleting 
deeply recursive iterator wrappers

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

Reply via email to