Message231534
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. |
|
Date |
User |
Action |
Args |
2014-11-22 21:56:28 | terry.reedy | set | recipients:
+ terry.reedy |
2014-11-22 21:56:28 | terry.reedy | set | messageid: <1416693388.96.0.0990071080113.issue22920@psf.upfronthosting.co.za> |
2014-11-22 21:56:28 | terry.reedy | link | issue22920 messages |
2014-11-22 21:56:28 | terry.reedy | create | |
|