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.
Created on 2014年11月22日 21:56 by terry.reedy, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (1) | |||
|---|---|---|---|
| msg231534 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2014年11月22日 21:56 | |
import itertools l = [] it = itertools.chain.from_iterable(l) l.append(it) next(it) Ian Kelly (python-list, version unspecified) got "Segmentation fault (core dumped)". With 2.7, 3.4.2, 3.5, I get same in interactive interpreter, the Windows "python has stopped working" box from console, or subprocess hang with Idle. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:10 | admin | set | github: 67109 |
| 2014年11月22日 22:03:50 | ethan.furman | set | status: open -> closed nosy: + ethan.furman superseder: deeply nested itertools objects segfault resolution: duplicate |
| 2014年11月22日 21:59:35 | terry.reedy | set | title: Crash with itertools -> Crash with itertools.chain.from_iterable |
| 2014年11月22日 21:56:51 | terry.reedy | set | nosy:
+ rhettinger |
| 2014年11月22日 21:56:28 | terry.reedy | create | |